Skip to content

Need a standard debug logging class that isn't console.writeline #63

@noita-player

Description

@noita-player

Problems:

  • Needs to support: output to stdout, out to file, and both at the same time. Electronbridge might need stdout. ElectronBridge launch parameter support #62
  • Different debug levels, ideally, such as error vs info - so we can have an info-log that is very small output and always there, then enable the debug flag and have it dump debug-level messages too that might be more spew-ey
  • Can we get line numbers for exceptions in release builds? Maybe if the logger is passed an exception object? Do we need to ship full PDBs?

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