Skip to content

Releases: Qase/KotlinLogger

Separate directory for FileLogger's log files

19 Mar 10:48
Compare
Choose a tag to compare

FEAT

  • log files are saved to a special directory within app data
  • added logic to migrate from one version of KotlinLog to another

FIX

  • older app files in app data directory are not deleted during getZipOfLogs

For Zdenda 🐱‍🐉🐱‍🐉

01 Mar 16:56
e6fe54c
Compare
Choose a tag to compare

FEAT

  • Added possibility to remove loggers using predefined TAG names

FIX

  • sessionname of test log in weblogger now corresponds to selected sessionname

Yaay 🙌🎉

22 Feb 12:56
Compare
Choose a tag to compare

FEAT

  • added android api level to metadata logger

FIX

  • it doesn't crash when rest server is down

2.1.3: Merge pull request #5 from Qase/FIX/log-print-stack-trace

31 Jan 14:44
ec717e0
Compare
Choose a tag to compare

FIX - throwable stack trace nwo uses official android Log printer - errors are now more verbose
FIX - unhandled error have unhandled in name
FIX - correctly switch tag and text parameters in sync methods

Some Fixes

30 Jan 10:11
Compare
Choose a tag to compare

FIX - FileLogger.deleteAllLogs() now doesn't touch other app files
FIX - unchecked error handler was not logging errors
FIX - better removing old loggers when added agian

Tag is first paramter in Log methods - it is convention

29 Jan 17:25
b378dde
Compare
Choose a tag to compare
Merge pull request #4 from Qase/FIX/use-proper-order

Fix/use proper order

Added weblogger

23 Jan 14:23
19c1acc
Compare
Choose a tag to compare

FEAT
added weblogger
added force write before creating zipfile
added own metadata file to zipfile

FIX
library dependecies not correctly fetched - NoClassDefFoundError

Complete rewrite of library

15 Jan 16:25
Compare
Choose a tag to compare
Pre-release

Added circleLog and strictCircleLog

New thinking, new possibilities

03 May 16:30
1196ea2
Compare
Choose a tag to compare

*Every log has option to set custom TAG
*Possibility to print system info logs like device type or app build config

File deleting added

03 May 09:34
0324499
Compare
Choose a tag to compare

New version rewritten some core concepts, so you need to change initialization to objects.