Releases: JumeiRdGroup/Android-PLog
Releases · JumeiRdGroup/Android-PLog
v2.0.0 Stable Release
We're very excited to announce the stable release of PLog v2.0!
This release fixed a few issues in beta5 version.
- Fix non-positive file size limit not working #28
- add a recursive depth limit to fix StackOverflowError #30
- better long log support in logcat
We also rewrite the documentation for the whole project, new docs is hosted on GitHub Pages: View Documentation
Thanks for all that have helped us for suggestion, feedback, and even code contribution. Hope you enjoy the new library.
v2.0.0-beta5 Release
v2.0.0-beta4 Release
- NEW: Object formatter supports recursive formatting now.
- NEW: add a PLog#printStackTraceHere() method to help diagnosis stack offset.
v2.0.0-beta3 Release
- Simplified category compare #25
- NEW: 3 default paths in
FilePrinter
is supported now - Optimized memory usage of
SimpleCategory
.
v2.0.0-beta2 Release
This is the first public recommend version of PLog 2.0.
Important changes from 1.x:
- Split gradle dependency into multi artifacts, see Dependencies
- REMOVE
Controller
,Logger
andmaxLength
configuration - NEW:
Printer
interface to control output channel - NEW:
Style
andSoftWrap
feature customize support - NEW: More flexible
LogRequest
class to present complicated logging calls - NEW:
Category
interface to help filtering log #21 - NEW: Thread info is available
- NEW: Global exception try-catch, avoiding crash from library #24
- NEW: annotating many public methods with provided support annotations #21
- Totally redesigned sample app, it becomes more intuitive now #23
For Chinese documentation, migrating guide and other Q&As, please view Wiki.
v1.7.0 Release
- File logger is available now!
- Fixed #19.
v1.5.1 Release
v1.5.0 Release
- Refactored library, see #10 .
- NEW: JSON support.
- Fix a redundant space when formatting a normal object.
- Some safety fix.
- Integrated Travis CI.