MelonLoader

MelonLoader

242 Downloads

[RFC] Higher level logging

xKiraiChan opened this issue ยท 0 comments

commented

MelonLoader only uses level 3 logging (Log, Warning, Error)

Other logging libraries such as slf4j use 5/6/7 level logging.

The common log levels are

  • Trace
  • Debug
  • Info
  • Notification (Level 7)
  • Warning
  • Error
  • Fatal (Level 6)

In my implementations, Trace and Debug are hidden by default and only should show up with a command line option or in the log file.