1.7.0 (2023-02-16)
- Add overridable
shouldPerform
method inLogStrategy
class. - Add
extraInfo
parameter for all log methods.
1.6.0 (2022-04-22)
- Add possibility to create custom severity log levels.
- Add
MemoryLogOutput
.
1.5.0 (2022-04-09)
- Refactor and rename almost all classes.
- Add
active
flag toLogStrategy
for disabling logs in runtime. - Add readme and changelog files.
- Change log severity levels.
1.4.0 (2021-12-15)
- Add column number to
LogMessageSegment
. - Add methods for logging with string format.
- Add
NotificationLogOutputStrategy
.
1.3.0 (2021-12-14)
- Add
LogMessageFormat
andLogMessageSegment
.
1.2.4 (2021-12-12)
- Fix bugs in
FileLogOutputStrategy
. - Fix multithreading bugs.
1.2.0 (2021-12-11)
- Replace old configurations by
LogMessageStrategy
andLogOutputStrategy
. - Add severity levels.
1.1.0 (2020-08-18)
- Add error logs.
- Add simple configurations.
- Rename to
SMLogger
.
1.0.0 (2020-08-08)
Initial release.