es-sdk.1.0.207.source-code.log4j.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of files-sdk Show documentation
Show all versions of files-sdk Show documentation
The Files.com Java client library provides convenient access to the Files.com API from JVM based applications.
# Set root logger level to INFO and its only appender to A1.
log4j.rootLogger=DEBUG, A1
# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.EnhancedPatternLayout
log4j.appender.A1.layout.ConversionPattern=[%t] [%c{1}] %m %throwable{5}%n
log4j.appender.A1.threshold=DEBUG
#Class specific rules
log4j.logger.com.files=INFO
© 2015 - 2025 Weber Informatics LLC | Privacy Policy