Skip to content

Latest commit

 

History

History
87 lines (60 loc) · 3.27 KB

README.md

File metadata and controls

87 lines (60 loc) · 3.27 KB

RemasteredLogger

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.

Started

Licence

Javadoc

Wiki

Versioning

Release

Version

Class Version

Class Version Security
Logger LoggerVersion SecurityCheck
ILogger ILoggerVersion SecurityCheck
LoggerFactory LoggerFactoryVersion SecurityCheck
ILoggerFactory ILoggerFactoryVersion SecurityCheck

Use

// https://mvnrepository.com/artifact/codes.wesley-dev/remasteredlogger
implementation group: 'codes.wesley-dev', name: 'remasteredlogger', version: '1.1.4'

Dependencies

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'

Compatibility

Version Java Compatibility
1.1.4 Java 8 and Upper
1.1.3 Java 9 and Upper
<= 1.1.2 ❌ (Security and Compatibility)

Author(s)

Wesley LevasseurCreator, Initial Work - KanekiReal