All Downloads are FREE. Search and download functionalities are using the official Maven repository.

g.salay.0.0.2.source-code.log4j.properties Maven / Gradle / Ivy

Go to download

salay is a simple publish/subscribe message system. It's developed based on netty.

The newest version!
# Set root logger level to DEBUG and its only appender to A1.

log4j.rootLogger=info,console,toLogFile
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern= %d  [%F:%L][%p]:%m%n
# Create  appender 'toFile' to send log to 'Server.log' file
log4j.appender.toLogFile=org.apache.log4j.DailyRollingFileAppender
log4j.appender.toLogFile.File=logs/demo.log
log4j.appender.toLogFile.layout=org.apache.log4j.PatternLayout
log4j.appender.toLogFile.layout.ConversionPattern=%d  [%F\:%L][%p]\:%m%n




© 2015 - 2025 Weber Informatics LLC | Privacy Policy