-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(logging): Allow global logLevel to be returned
With [this commit](ec9af2a), it became possible to set the global logLevel through the `setLevel` function. You could however, not retrieve this level unless you created a logger. This PR adds a function `getLevel` that simply returns the global logLevel.
- Loading branch information
1 parent
4c1c91c
commit 1c61077
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
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