Skip to content

Releases: MFlisar/Lumberjack

5.0.0

10 Jun 14:44
Compare
Choose a tag to compare

rewrote feedback library in kotlin and updated the dependency and usage accordingly

4.1.6

10 Jun 11:54
Compare
Choose a tag to compare
clean up

4.1.5

10 Jun 11:47
Compare
Choose a tag to compare

new release because jitpack build failed with timeout

4.1.4

10 Jun 11:42
Compare
Choose a tag to compare
* clean up

* viewer improved (scroll to top/bottom)
* file logger does support ALL levels now

4.1.3

10 Jun 10:29
Compare
Choose a tag to compare
viewer adjusted:

* collapsing filter view
* added menu to clear files and to open any existing log file
* changed functions to use the new IFileLoggingSetup class instead of File
* added the ability to provide a custom log level and date extractor (from a line in a log file) + added a default extractor that supports the default format of the default file logging setup

4.1.2

09 Jun 18:39
Compare
Choose a tag to compare
bugfix

4.1.1

09 Jun 18:31
Compare
Choose a tag to compare
* added new filters to viewer

* adjusted viewer look

4.1.0

09 Jun 12:19
Compare
Choose a tag to compare
  • further adjusted viewer (better look, extract date)
  • added log level and date to log viewer activity
  • colorize logs in log viewer activity

notification functions are now in their own module

4.0.7

08 Jun 18:29
Compare
Choose a tag to compare
...

4.0.6

08 Jun 17:22
Compare
Choose a tag to compare
added feedback extension to viewer module that opens the log viewer o…