License
CustomAppender is licensed under Apache License 2.0. It is a permissive software license with a few restrictions.
- This software may be modified, used, and distributed in open or closed-source software.
- Redistribution requires a copy of the license and notices to any modifications made to this software.
- Any unmodified parts of this software must retain the original license but any modifications or derivatives may be licensed differently.
Dependencies
CustomAppender requires at least Java SE 6 or 7, depending on which version of Log4j2 is used. Version 2.4 and greater require 7 and versions less than 2.4 require 6. The minimum supported version of Log4j2 is 2.0.1.
Maven
<dependency>
<groupId>com.frostphyr</groupId>
<artifactId>customappender</artifactId>
<version>1.1.0</version>
</dependency>
Gradle
repositories {
mavenCentral()
}
implementation 'com.frostphyr:customappender:1.1.0'
Download
You may also directly download the files: