public class StandardErrorLogger extends OutputStreamLogger
System.err.stream| Constructor and Description |
|---|
StandardErrorLogger(Class<?> loggerClass) |
StandardErrorLogger(String loggerName) |
StandardErrorLogger(String loggerName,
PrintStream stream) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
write(String message,
String level,
Object[] args) |
protected void |
write(String message,
String level,
Throwable throwable) |
debug, debug, debug, error, error, error, formatMessage, getName, getStream, info, info, info, isDebugEnabled, setDebugEnable, setStream, warn, warn, warn, writeStackTracepublic StandardErrorLogger(String loggerName)
public StandardErrorLogger(Class<?> loggerClass)
public StandardErrorLogger(String loggerName, PrintStream stream)
protected void write(String message, String level, Object[] args)
write in class OutputStreamLoggerprotected void write(String message, String level, Throwable throwable)
write in class OutputStreamLoggerCopyright © 2001-2017 JRuby. All Rights Reserved.