Skip to content

2.1.0

Latest

Choose a tag to compare

@juzzlin juzzlin released this 30 Dec 23:33
· 1 commit to master since this release

New features:

  • Add support for ISO timestamps with milliseconds

  • Add option to batch/cache log messages for certain times

    • SimpleLogger::setBatchInterval()
    • SimpleLogger::flush()
  • Add option to collapse repeated messages within a batch

    • SimpleLogger::setCollapseRepeatedMessages()