public class OnceLogger
extends org.slf4j.ext.LoggerWrapper
Logger.debug(String)).| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
error(String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
info(String msg)
Delegate to the appropriate method of the underlying logger.
|
static org.slf4j.Logger |
once(org.slf4j.Logger logger) |
void |
trace(String msg)
Delegate to the appropriate method of the underlying logger.
|
void |
warn(String msg)
Delegate to the appropriate method of the underlying logger.
|
debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warnpublic static org.slf4j.Logger once(org.slf4j.Logger logger)
public void trace(String msg)
trace in interface org.slf4j.Loggertrace in class org.slf4j.ext.LoggerWrappermsg - The log message.public void debug(String msg)
debug in interface org.slf4j.Loggerdebug in class org.slf4j.ext.LoggerWrappermsg - The log message.public void info(String msg)
info in interface org.slf4j.Loggerinfo in class org.slf4j.ext.LoggerWrappermsg - The log message.public void warn(String msg)
warn in interface org.slf4j.Loggerwarn in class org.slf4j.ext.LoggerWrappermsg - The log message.public void error(String msg)
error in interface org.slf4j.Loggererror in class org.slf4j.ext.LoggerWrappermsg - The log message.Copyright © 2021. All rights reserved.