forked from mongodb/docs-realm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
701f54d
commit 8622eeb
Showing
7 changed files
with
18 additions
and
30 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
source/includes/api-details/dart/logger/logging-customize-logger-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
The Flutter SDK logger conforms to the `Dart Logger class | ||
<https://pub.dev/documentation/logging/latest/logging/Logger-class.html>`__. | ||
|
||
To get started, set a log level: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
To set a custom logger with the Node.js SDK, call :js-sdk:`setLogger() | ||
<classes/Realm-1.html#setLogger>`. This method recieves ``level`` and | ||
``message`` arguments from the database logger. You can use these arguments to | ||
define your own logging behavior. | ||
|
||
This sets the logging behavior for all database logging in your application. If | ||
you do not provide a log level, the default value is "info". |
8 changes: 1 addition & 7 deletions
8
...includes/api-details/javascript/logger/logging-customize-logger-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
To set a custom logger with the Node.js SDK, call :js-sdk:`setLogger() | ||
<classes/Realm-1.html#setLogger>`. This method recieves ``level`` and | ||
``message`` arguments from the database logger. You can use these arguments to | ||
define your own logging behavior. | ||
|
||
This sets the logging behavior for all database logging in your application. If | ||
you do not provide a log level, the default value is "info". | ||
To get started, set a log level: |
14 changes: 2 additions & 12 deletions
14
...includes/api-details/javascript/logger/logging-set-change-level-description.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters