Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

60 lines (50 loc) · 2.31 KB

Change Log

Full changelog

1.7.0 (2023-02-16)

Full changelog

News:

  • Add overridable shouldPerform method in LogStrategy class.
  • Add extraInfo parameter for all log methods.

1.6.0 (2022-04-22)

Full changelog

News:

  • Add possibility to create custom severity log levels.
  • Add MemoryLogOutput.

1.5.0 (2022-04-09)

Full changelog

News:

  • Refactor and rename almost all classes.
  • Add active flag to LogStrategy for disabling logs in runtime.
  • Add readme and changelog files.

Changes:

  • Change log severity levels.

1.4.0 (2021-12-15)

Full changelog

News:

  • Add column number to LogMessageSegment.
  • Add methods for logging with string format.
  • Add NotificationLogOutputStrategy.

1.3.0 (2021-12-14)

Full changelog

News:

  • Add LogMessageFormat and LogMessageSegment.

1.2.4 (2021-12-12)

Full changelog

Fixes:

  • Fix bugs in FileLogOutputStrategy.
  • Fix multithreading bugs.

1.2.0 (2021-12-11)

Full changelog

News:

  • Replace old configurations by LogMessageStrategy and LogOutputStrategy.
  • Add severity levels.

1.1.0 (2020-08-18)

Full changelog

News:

  • Add error logs.
  • Add simple configurations.

Changes:

  • Rename to SMLogger.

1.0.0 (2020-08-08)

Initial release.