-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The codebase currently utilizes several top-level logging functions:
- debug(message: Any)
- debugSection(title: String, block: () -> T)
- verboseSection(title: String, block: () -> T)
- verbose(message: String)
- warn(message: String, throwable: Throwable? = null)
- output(message: String)
- printEmpty()
To improve code maintainability and consistency and leverage the interface's benefits, we need to migrate all usages of these deprecated functions to use an instance of Logger, introduced in the #83.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers