Skip to content

Releases: GoodforGod/slf4j-simple-logger

v2.0.0

18 Aug 21:35
5dc0075
Compare
Choose a tag to compare

Features:

  • slf4j api 2.0.0+ support
  • module-info.java added (java 9 module support)
  • Markers logging support added

v1.0.0

15 Aug 21:19
Compare
Choose a tag to compare

Features:

  • Stable 1.0.0 release

v0.16.0

01 Oct 21:50
cf9c041
Compare
Choose a tag to compare

Features:

  • GraalVM configs included (to be GraalVM ready out of the box)

v0.15.0

19 Apr 23:44
4206988
Compare
Choose a tag to compare

Features:

  • JSON output format (Closes #8)

v0.14.1

19 Apr 13:29
065422a
Compare
Choose a tag to compare

Features:

  • Environment configuration value retrieval fixed

v0.14.0

10 Apr 18:05
Compare
Choose a tag to compare

Features:

  • ZoneId property support added
  • Callable and Supplier argument support (Closes #7)
  • Environment variable configuration support (Closes #5)
  • Configuration runtime refresh support (Closes #6)

v0.13.0

15 Mar 21:59
b437a40
Compare
Choose a tag to compare

Features:

  • Performance improvements
  • Internal logging message layout introduced

v0.12.0

13 Mar 07:48
a2b8da7
Compare
Choose a tag to compare

Features:

  • Performance optimizations
  • Charset property support added
  • Default UTF-8 charset set.

v0.11.0

11 Mar 16:16
aa0afb7
Compare
Choose a tag to compare

Features:

  • Performance optimizations.
  • Different DateTime output types (TIME, DATE_TIME, UNIX_TIME, MILLIS_FROM_START).
  • Logger name abbreviation (logback analog).
  • Environment variables logging.
  • Global logger level change.
  • Split output for errors and other.
  • Default settings changed.

v0.10.0

31 Oct 08:38
Compare
Choose a tag to compare

Features:

  • Initial release for SLF4J 1.7.32
  • Allow refresh all loggers log level in runtime using LoggerFactory