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

net.sf.wcfart.wcf.log.error-stdout.properties Maven / Gradle / Ivy

#
# Log4J Konfiguration
#
# - Fehler werden auf der Konsole ausgegeben
#

log4j.rootLogger = ERROR, A1

# Logging to console
log4j.appender.A1 = org.apache.log4j.ConsoleAppender

# Logging message format
# %d{DATE} Datum im Format dd MMM YYYY HH:mm:ss,SSS
# %-5p Priorit?t der Meldung 5stellig
# %m Meldung
# %n Zeilenumbruch
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=[${context}] :: %d{DATE} :: %-5p :: %X{SessionID} :: %C :: %M :: %m%n




© 2015 - 2025 Weber Informatics LLC | Privacy Policy