Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jvmbytes/logback-time-converter
- Owner: jvmbytes
- Created: 2021-01-19T07:14:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-19T07:54:28.000Z (about 4 years ago)
- Last Synced: 2024-11-09T14:40:32.332Z (2 months ago)
- Topics: java, logback, logging
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```