cpp-gamedev/facade

Refactor logging

karnkaul opened this issue · 0 comments

Goals:

  • API remains the same (can be expanded)
  • logger provides a new API for attaching custom sinks
  • add two sinks:
    • text file in the working directory
    • window pane in ImGui, if visible