RemasteredLogger is a logger as simple as it is complex, it uses SLF4j as an API base. This logger provides the developer with ease of use for a wide variety of utility. This also allows the simplicity of saving under several loggers but also the complexity of being able to create “Class” or single event loggers.
Class | Version | Security |
---|---|---|
Logger | ||
ILogger | ||
LoggerFactory | ||
ILoggerFactory |
// https://mvnrepository.com/artifact/codes.wesley-dev/remasteredlogger
implementation group: 'codes.wesley-dev', name: 'remasteredlogger', version: '1.1.4'
Jetbrains Annotations
SLF4j
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.0-alpha1'
// https://mvnrepository.com/artifact/org.jetbrains/annotations
implementation group: 'org.jetbrains', name: 'annotations', version: '20.1.0'
Version | Java Compatibility |
---|---|
1.1.4 | Java 8 and Upper |
1.1.3 | Java 9 and Upper |
<= 1.1.2 | ❌ (Security and Compatibility) |
Wesley Levasseur — Creator, Initial Work - KanekiReal