BizHawk icon indicating copy to clipboard operation
BizHawk copied to clipboard

Add Serilog

Open YoshiRulz opened this issue 3 years ago • 5 comments

TODO:

  • figure out IDE support
    • [ ] VS2019
    • [x] Rider
    • [ ] VS Code
  • test logging across threads:
    • [ ] WinForms event handler
    • [ ] an unmanaged core
    • [ ] a Waterboxed core
    • [ ] Lua
    • [ ] gamedb
    • [ ] something async because we might use that one day
    • [ ] ext. tool
  • [ ] get Log Window working to natt's standards

Future Yoshi here: This and ASP.NET's logging are both based on Microsoft.Extensions.Logging.Abstractions, so worst-case we can create a bespoke system based on that.

YoshiRulz avatar May 09 '21 18:05 YoshiRulz