Download lightweight java logger Free Java Code
Description
Are you tired from log4j, commons logging, slf4j, java.util.logging,...? Loggers hierarchy is confusing like a shit? Try this simple lightweight logging framework ! ;D.
Source Files
The download file lightweight-java-logger-master.zip has the following entries.
.gitignore// ww w . j a v a 2s .co m
README.md
lightweight-java-logger-servlet-extension/pom.xml
lightweight-java-logger-servlet-extension/src/main/java/com/github/dreambrother/ljl/servlet/LjlContextListener.java
lightweight-java-logger/pom.xml
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/Logger.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/LoggerConfigurationPathHolder.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/LoggerFactory.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/CurrentThreadExecutor.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/LoggerImpl.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/LoggingLevel.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/appender/AbstractAppender.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/appender/ConsoleAppender.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/appender/FileAppender.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/appender/LogAppender.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/configuration/LoggerConfigurationOperations.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/configuration/LoggerConfigurationOperationsImpl.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/configuration/reader/ConfigurationReader.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/configuration/reader/ConfigurationReaderImpl.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/configuration/reader/FileListener.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/configuration/reader/LoggerConfigurationState.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/configuration/reader/LoggerConfigurationUnit.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/defaults/DefaultLoggerConfigurationOperations.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/formatter/AbstractLogFormatter.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/formatter/LogFormatter.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/formatter/LogFormatterImpl.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/formatter/SimpleLogFormatter.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/utils/ArrayUtils.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/utils/FileUtils.java
lightweight-java-logger/src/main/java/com/github/dreambrother/ljl/impl/utils/SystemPropertyUtils.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/LoggerFactoryTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/LoggerLTCase.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/SystemTestCase.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/LoggerImplTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/appender/FileAppenderIntTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/configuration/LoggerConfigurationOperationsImplTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/configuration/reader/ConfigurationReaderImplTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/configuration/reader/FileListenerIntTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/formatter/LogFormatterImplTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/formatter/SimpleLogFormatterTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/util/TestClass.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/utils/ArrayUtilsTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/utils/FileUtilsTest.java
lightweight-java-logger/src/test/java/com/github/dreambrother/ljl/impl/utils/SystemPropertyUtilsTest.java
pom.xml
Download
Click the following link to download lightweight-java-logger-master.zip.
lightweight-java-logger-master.zip