Releases: MFlisar/Lumberjack
Releases · MFlisar/Lumberjack
v1.4
Release 1.3
Added missing functions:
- added missing log levels (
L.v(...)
,L.i(...)
,L.w(...)
)
New features:
- FileLogger extended: define file names with dates or numbers
- NotificationLogger: enable beep and/or vibrate
Release 1.2
- Bugfix - ConsoleTree was not logging messages longer than 4000 signs
- Additional function added to adjust the call stack (same api as you can adjust the tag):
L.updateStackDepth(int stackCorrectionValue)
Release 1.1
- added ability to add links to ConsoleTree
- renamed DebugTree to ConsoleTree (and added a parameter
withLink
)
First release
1.0 update