Skip to content

v1.2.0 - Oak Log

Compare
Choose a tag to compare
@Tynarus Tynarus released this 04 Apr 16:47

Features

Logging API

  • Implemented the Pino logger library
    • Created a RuneLogger wrapper class for Pino
    • Existing API for logger left unchanged
  • setLoggerOptions(Pino.LoggerOptions) added to set the logger's options
  • setLoggerPrettyPrint(boolean) added to set the logger's pretty print configuration value individually
  • setLoggerTimeFn(Pino.TimeFn) added to set the logger's time formatting function individually

Breaking Changes

  • setLoggerDateFormat(string) was removed
  • TypeScript updated to 4.2