Skip to content

Releases: Darkyenus/tproll

Version 1.5 - Reliability update

27 Jun 09:51
Compare
Choose a tag to compare
  • 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 standardized start/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

23 Feb 23:10
Compare
Choose a tag to compare
  • 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 on SimpleLogFunction

Version 1.2.7-java6

08 Nov 13:12
Compare
Choose a tag to compare

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 Paths). 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

14 Mar 12:40
Compare
Choose a tag to compare
  • Add color setting property (tproll.color) alongside the environment variable (TPROLL_COLOR)

Version 1.2.5

17 Dec 20:25
Compare
Choose a tag to compare
  • Improved File and Path printing
  • Introduce pretty-printing for arbitrary Collections and Maps

Version 1.2.4

28 Oct 22:39
Compare
Choose a tag to compare
  • Better java.io.File printing in logs

Version 1.2.3

02 Aug 16:07
Compare
Choose a tag to compare

Adds support for java.util.logging integration.

Version 1.2.2 modified for Java7

08 Mar 10:34
Compare
Choose a tag to compare
  • This version does not contain file logging functionality
  • Does not use Java 8 features and libraries
  • Intended for Android applications

Version 1.2.2

30 Jan 14:59
Compare
Choose a tag to compare
Minor changes

Took 3 minutes

Version 1.2.1

30 Jan 14:08
Compare
Choose a tag to compare
Fix null handling

Took 5 minutes