Skip to content

Releases: elvishew/xLog

1.11.0

19 Jul 13:29
Compare
Choose a tag to compare

Support custom file writer, you can conveniently add a header to each log file now

1.10.1

08 Jul 02:38
Compare
Choose a tag to compare

Avoid exception when log with null message

1.10.0

24 Jun 10:45
Compare
Choose a tag to compare

Print warning message instead of throwing exception #103

1.9.0

12 Apr 13:08
Compare
Choose a tag to compare

Support multiple backup files

1.8.0

13 Jan 05:46
Compare
Choose a tag to compare

Fix NullPointerException during FilePrinter.appendLog #70
Fix log no longer successfully written after log file deleted during running #77

1.7.2

23 Dec 09:29
Compare
Choose a tag to compare

Support auto separating log into several lines by line separator '\n', see AndroidPrinter(boolean autoSeparate)

1.7.0

20 Dec 12:25
Compare
Choose a tag to compare
  • Use more readable API names

Use enableThreadInfo instead of t
Use disableThreadInfo instead of nt
Use enableStackTrace instead of st
Use disableStackTrace instead of nst
Use enableBorder instead of b
Use disableBorder instead of nb

  • Fix the issue that logcat log is truncated if exceed 400 characters #85

1.6.1

01 Nov 07:19
Compare
Choose a tag to compare

Fix NullPointerException in FilePrinter #59

1.6.0

10 Oct 14:40
Compare
Choose a tag to compare

Use Flattener2 instead of Flattener

1.5.0

17 Sep 10:46
Compare
Choose a tag to compare

Support CleanStrategy for FilePrinter, you can specify a strategy to clean the log files automatically.