Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvmbytes/logback-time-converter

An alternative of logback DateConverter, with 20x performance of the official
https://github.com/jvmbytes/logback-time-converter

java logback logging

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## usage

1. add dependency in pom.xml

```xml

com.jvmbytes
logback-time-converter
1.0.0

```

2. initial to using `DateTimeConverter` before initial logback:

```java
DateTimeConverter.initialDefaultDateTimeConverter();
```