MFlisar Lumberjack Versions Save

Lumberjack - a customisable and extensible file/console logger (with optional Timber support)

5.2.9

1 year ago

Viewer shows info logs in a readable color if a dark theme is used

Full Changelog: https://github.com/MFlisar/Lumberjack/compare/5.2.8...5.2.9

5.2.8

1 year ago
  • Viewer supports to provide a custom theme now (provide one without a toolbar!)
  • console tree does not replace all brackets anymore, enable this manually if needed
  • viewer does use the default primary toolbar style now

Full Changelog: https://github.com/MFlisar/Lumberjack/compare/5.2.7...5.2.8

5.2.7

1 year ago

added callstack correction again

5.2.6

1 year ago

Main changes

  • notification module supports android 32+ (solves https://github.com/MFlisar/Lumberjack/issues/14)
  • main log functions are NOT inlined anymore - otherwise its not possible to provide correct line numbers in kotlin => lambdas are stil evaluated lazily of course
  • line numbers are working again correctly

Other changes

  • removed call stack correction
  • remove java module, simple added @JvmStatic to all functions in L class

Full Changelog: https://github.com/MFlisar/Lumberjack/compare/5.2.5...5.2.6

5.2.5

2 years ago

ConsoleTree - by default replaces brackets of logs if appendClickableLink is true to make sure that appended links are clickable This option is enabled by default but can be disabled again if desired

https://github.com/MFlisar/Lumberjack/blob/f572cb1a22adba70959f7151fadc1c685eb53859/library/src/main/java/timber/log/ConsoleTree.kt#L11-L14

5.2.4

2 years ago

5.2.3

2 years ago

Extended the IFormatter interface further to allow even more customisation

5.2.2

2 years ago
  • added IFilter + IFormatter interface
  • added a public default formatter implementation (open for extension)

Check out following classes:

5.2.1

2 years ago

5.2.0

2 years ago