Skip to content

Proper logger needed #155

Description

@enginmanap

We have a logger in LimonAPI/util/Logger.h, and interface wise it is good.

Problem is, it is not good implementation wise. Many missing features.

  1. Per SubSystem log level management.
    Using single flag for enabling debug logs is not going to be enough, as it will just flood the logs. We need per subsystem level configuration.
  2. Sink selection.
    Current logger just logs to screen through graphics backend. that means using it for troubleshooting rendering is not possible. It should be able to sink to terminal, file and screen, based on configuration. Also should allow any combination of these.
  3. Runtime changes.
    Configuration changes should reflect at runtime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions