Skip to content

logging

Marc 'risson' Schmitt requested to merge logging into dev

Adding important logging to several objects of this library.
Logging is done with the default settings of logging:

  • The handler using is LastResort
  • Only level warning and above messages are outputted
  • Output is done to stderr We want this so you live the choice to the user to set its own settings for logging. If he doesn't, those are still good defaults that don't overkill the users terminal.
Edited by Marc 'risson' Schmitt

Merge request reports