Releases: ludovicianul/pl4j
Releases · ludovicianul/pl4j
pretty-logger-1.15
Release notes:
- Min requirement is Java 17
- Add new logs for config and time
- Fix issue with empty log levels enabling/disabling all logs
pretty-logger-1.11
Release Notes:
- Enable/Disable specific log levels using
PrettyLogger.enableLevels
andPrettyLogger.disableLevels
- Rename
skipping
toskip
pretty-logger-1.9
Release Notes:
- Add console log ; use
PrettyLoggerFactory.getConsoleLog()
- Add
noFormat
andtrace
as new logging types
pretty-logger-1.8
Release Notes:
- PL4J can now be used as message prefix instead of Markers only
pretty-logger-1.5
Release Notes:
- new
timer
functionality - added more themes: gestures and emojis
v1.4
Release Notes:
- introduce themes support
v1.3
Release notes:
- change icon for
Info
- add
Skip
marker - add global configuration capabilities
- add the following flags for Markers: bold, underline, showLabel, showSymbol
v1.2
Release notes:
- change
info
symbol - display symbols on 2 character spaces to accommodate utf-32 chars
v1.1
Initial Release