Skip to content

Migrate from Deprecated Logging Functions to Logger Interface #85

@rafaeltonholo

Description

@rafaeltonholo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions