XLog Versions Save

Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.

1.11.0

2 years ago

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

1.10.1

2 years ago

Avoid exception when log with null message

1.10.0

2 years ago

Print warning message instead of throwing exception #103

1.9.0

3 years ago

Support multiple backup files

1.8.0

3 years ago

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

1.7.2

3 years ago

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

1.7.0

3 years ago
  • 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

5 years ago

Fix NullPointerException in FilePrinter #59

1.6.0

5 years ago

Use Flattener2 instead of Flattener

1.5.0

5 years ago

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