Skip to content

Releases: elvishew/xLog

1.11.1

Choose a tag to compare

@elvishew elvishew released this 28 Jul 16:50

Fix bug #115

1.11.0

Choose a tag to compare

@elvishew elvishew released this 19 Jul 13:29

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

1.10.1

Choose a tag to compare

@elvishew elvishew released this 08 Jul 02:38

Avoid exception when log with null message

1.10.0

Choose a tag to compare

@elvishew elvishew released this 24 Jun 10:45

Print warning message instead of throwing exception #103

1.9.0

Choose a tag to compare

@elvishew elvishew released this 12 Apr 13:08

Support multiple backup files

1.8.0

Choose a tag to compare

@elvishew elvishew released this 13 Jan 05:46

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

1.7.2

Choose a tag to compare

@elvishew elvishew released this 23 Dec 09:29

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

1.7.0

Choose a tag to compare

@elvishew elvishew released this 20 Dec 12:25
  • 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

Choose a tag to compare

@elvishew elvishew released this 01 Nov 07:19

Fix NullPointerException in FilePrinter #59

1.6.0

Choose a tag to compare

@elvishew elvishew released this 10 Oct 14:40

Use Flattener2 instead of Flattener