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

limero.calimero-testnetwork.2.6-rc1.source-code.simplelogger.properties Maven / Gradle / Ivy

The newest version!
# SLF4J's SimpleLogger configuration file

org.slf4j.simpleLogger.logFile=System.out

# Default logging detail level for all instances of SimpleLogger.
# Must be one of ("trace", "debug", "info", "warn", or "error").
# If not specified, defaults to "info".
org.slf4j.simpleLogger.defaultLogLevel=warn

# Logging detail level for a SimpleLogger instance named "xxxxx".
# Must be one of ("trace", "debug", "info", "warn", or "error").
# If not specified, the default logging detail level is used.
#org.slf4j.simpleLogger.log.xxxxx=

# Set to true if you want the current date and time to be included in output messages.
org.slf4j.simpleLogger.showDateTime=true

# The date and time format to be used in the output messages.
# The pattern describing the date and time format is the same that is used in java.text.SimpleDateFormat.
# The default format is yyyy-MM-dd HH:mm:ss:SSS Z.
org.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS

# Set to true if you want to output the current thread name.
org.slf4j.simpleLogger.showThreadName=false

# Set to true if you want the Logger instance name to be included in output messages.
org.slf4j.simpleLogger.showLogName=false

# Set to true if you want the last component of the name to be included in output messages.
#org.slf4j.simpleLogger.showShortLogName=false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy