Skip to content

jvmbytes/logback-time-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An alternative of logback DateConverter, with 20x performance of the official.

usage

  1. add dependency in pom.xml
<dependency>
    <groupId>com.jvmbytes</groupId>
    <artifactId>logback-time-converter</artifactId>
    <version>1.0.0</version>
</dependency>
  1. initial to using DateTimeConverter before initial logback:
DateTimeConverter.initialDefaultDateTimeConverter();

About

An alternative of logback DateConverter, with 20x performance of the official

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages