-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logger: Add two extra log levels (Debug, Verbose)
Experience has shown that the log level provided by Ocean's logger are not always suitable. Notably, they only offer one level for debugging, with the rest supposed to be reserved for informational messages, warnings, or more severe events. However, while debugging an application, it is often necessary to filter events by different levels of severity or frequency, something not possible with a single 'Trace' level.
- Loading branch information
Showing
2 changed files
with
85 additions
and
24 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