Releases: Darkyenus/tproll
Releases · Darkyenus/tproll
Version 1.5 - Reliability update
- Add
ThreadedSafetyNet
, safeguarding against blocking when logging (important for real-time or near-real-time applications) and duplicating messages (to prevent floods caused by tight loops) - Add support for filesystem capacity watching in
FileLogFunction
, to prevent filling up the disk with log messages, which can cause instability for whole system LogFunction
now has standardizedstart
/stop
mechanism, there is no longer a need to do it separately for each log function- Bump slf4j-api version to 1.7.36
Version 1.4.0
- Java version bumped back up to 8
- Dropped dependency on Joda time in favor of
java.time
- Added
RenderableMarker
- Changed how colors are handled internally, this is most visible in the fact, that there is a new
color
parameter onSimpleLogFunction
Version 1.2.7-java6
Code code should now work on Java 6 and Android. Functionality remains the same, but some parts are loaded at runtime (for example pretty printing of Path
s). Some parts of the API were therefore broken. If everything goes well, this branch will be merged into the master in the future.
Version 1.2.6
- Add color setting property (
tproll.color
) alongside the environment variable (TPROLL_COLOR
)
Version 1.2.5
- Improved File and Path printing
- Introduce pretty-printing for arbitrary
Collection
s andMap
s
Version 1.2.4
- Better java.io.File printing in logs
Version 1.2.3
Adds support for java.util.logging integration.
Version 1.2.2 modified for Java7
- This version does not contain file logging functionality
- Does not use Java 8 features and libraries
- Intended for Android applications
Version 1.2.2
Minor changes Took 3 minutes
Version 1.2.1
Fix null handling Took 5 minutes