GitHub / rewolf / blog-extending-log4j2
How to create a custom Log4j2 Converter and test it using a custom Appender
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rewolf%2Fblog-extending-log4j2
Stars: 1
Forks: 1
Open issues: 2
License: None
Language: Java
Size: 71.3 KB
Dependencies parsed at:
6
Created at: over 5 years ago
Updated at: 17 days ago
Pushed at: 17 days ago
Last synced at: 17 days ago
Topics: java, log4j2, log4j2-appender, log4j2-converter, log4j2-example
build.gradle
maven
- org.apache.logging.log4j:log4j-api 2.12.0 compile
- org.apache.logging.log4j:log4j-core 2.12.0 compile
- junit:junit 4.9 testImplementation
pom.xml
maven
- org.apache.logging.log4j:log4j-api 2.16.0
- org.apache.logging.log4j:log4j-core 2.16.0
- junit:junit 4.13.1 test