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

.plugin-sdk.6.0.0.source-code.simplelogger.properties Maven / Gradle / Ivy

The newest version!
#
# Copyright (c) 2015-2018 Open Baton (http://openbaton.org)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#


# org.slf4j.simpleLogger.logFile - The output target which can be the path to a file, or the special values "System.out" and "System.err". Default is "System.err".
#org.slf4j.simpleLogger.logFile = plugin.log

# org.slf4j.simpleLogger.defaultLogLevel - Default log 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 = debug

# org.slf4j.simpleLogger.log.a.b.c - Logging detail level for a SimpleLogger instance named "a.b.c". Right-side value must be one of "trace", "debug", "info", "warn", or "error". When a SimpleLogger named "a.b.c" is initialized, its level is assigned from this property. If unspecified, the level of nearest parent logger will be used, and if none is set, then the value specified by org.slf4j.simpleLogger.defaultLogLevel will be used.
org.slf4j.simpleLogger.log.org.project.openbaton = trace

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

# org.slf4j.simpleLogger.dateTimeFormat - The date and time format to be used in the output messages. The pattern describing the date and time format is defined by SimpleDateFormat. If the format is not specified or is invalid, the number of milliseconds since start up will be output.
org.slf4j.simpleLogger.dateTimeFormat = dd-M-yyyy hh:mm:ss

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

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

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

# org.slf4j.simpleLogger.levelInBrackets - Should the level string be output in brackets? Defaults to false.

org.slf4j.simpleLogger.levelInBrackets = true
# org.slf4j.simpleLogger.warnLevelString - The string value output for the warn level. Defaults to WARN.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy