public class LoggerWrapper
extends org.slf4j.ext.LoggerWrapper
PrintWriter. Used by Groovy Console and GroovyPatcher.| Constructor and Description |
|---|
LoggerWrapper(org.slf4j.Logger logger,
String fqcn,
Writer out)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(String msg) |
void |
error(String format,
Object arg) |
void |
error(String format,
Object[] argArray) |
void |
error(String format,
Object arg1,
Object arg2) |
void |
error(String msg,
Throwable t) |
void |
info(Object msg) |
void |
info(String msg) |
void |
info(String format,
Object arg) |
void |
info(String format,
Object[] argArray) |
void |
info(String format,
Object arg1,
Object arg2) |
void |
info(String msg,
Throwable t) |
void |
warn(String msg) |
void |
warn(String format,
Object arg) |
void |
warn(String format,
Object[] argArray) |
void |
warn(String format,
Object arg1,
Object arg2) |
void |
warn(String msg,
Throwable t) |
debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, getName, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warnpublic void error(String msg)
error in interface org.slf4j.Loggererror in class org.slf4j.ext.LoggerWrapperpublic void error(String format, Object arg)
error in interface org.slf4j.Loggererror in class org.slf4j.ext.LoggerWrapperpublic void error(String format, Object arg1, Object arg2)
error in interface org.slf4j.Loggererror in class org.slf4j.ext.LoggerWrapperpublic void error(String format, Object[] argArray)
error in interface org.slf4j.Loggererror in class org.slf4j.ext.LoggerWrapperpublic void error(String msg, Throwable t)
error in interface org.slf4j.Loggererror in class org.slf4j.ext.LoggerWrapperpublic void info(Object msg)
public void info(String msg)
info in interface org.slf4j.Loggerinfo in class org.slf4j.ext.LoggerWrapperpublic void info(String format, Object arg)
info in interface org.slf4j.Loggerinfo in class org.slf4j.ext.LoggerWrapperpublic void info(String format, Object arg1, Object arg2)
info in interface org.slf4j.Loggerinfo in class org.slf4j.ext.LoggerWrapperpublic void info(String format, Object[] argArray)
info in interface org.slf4j.Loggerinfo in class org.slf4j.ext.LoggerWrapperpublic void info(String msg, Throwable t)
info in interface org.slf4j.Loggerinfo in class org.slf4j.ext.LoggerWrapperpublic void warn(String msg)
warn in interface org.slf4j.Loggerwarn in class org.slf4j.ext.LoggerWrapperpublic void warn(String format, Object arg)
warn in interface org.slf4j.Loggerwarn in class org.slf4j.ext.LoggerWrapperpublic void warn(String format, Object arg1, Object arg2)
warn in interface org.slf4j.Loggerwarn in class org.slf4j.ext.LoggerWrapperpublic void warn(String format, Object[] argArray)
warn in interface org.slf4j.Loggerwarn in class org.slf4j.ext.LoggerWrapperCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.