jleopard.2.0.0.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 jleopard Show documentation
Show all versions of jleopard Show documentation
This is a lightweight complete ORM framework,
which encapsulates a large number of commonly used SQL and implements multi-table Association query and paging query.
log4j.rootLogger=info, stdout, file
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%n%-d{yyyy-MM-dd HH:mm:ss}%n[%p]-[Thread: %t]-[%C.%M()]: %m%n
# Output to the File\u4f60\u597d
log4j.appender.file=org.apache.log4j.FileAppender
log4j.appender.file.File= logs/errors.log
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%n%-d{yyyy-MM-dd HH:mm:ss}%n[%p]-[Thread: %t]-[%C.%M()]: %m%n
© 2015 - 2025 Weber Informatics LLC | Privacy Policy