org.apache.openejb.util
Class LogStreamAsync
java.lang.Object
org.apache.openejb.util.LogStreamAsync
- All Implemented Interfaces:
- Closeable, LogStream
public class LogStreamAsync
- extends Object
- implements LogStream, Closeable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogStreamAsync
public LogStreamAsync(LogStream ls)
close
public void close()
throws IOException
- Specified by:
close in interface Closeable
- Throws:
IOException
isFatalEnabled
public boolean isFatalEnabled()
- Specified by:
isFatalEnabled in interface LogStream
fatal
public void fatal(String message)
- Specified by:
fatal in interface LogStream
fatal
public void fatal(String message,
Throwable t)
- Specified by:
fatal in interface LogStream
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabled in interface LogStream
error
public void error(String message)
- Specified by:
error in interface LogStream
error
public void error(String message,
Throwable t)
- Specified by:
error in interface LogStream
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabled in interface LogStream
warn
public void warn(String message)
- Specified by:
warn in interface LogStream
warn
public void warn(String message,
Throwable t)
- Specified by:
warn in interface LogStream
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled in interface LogStream
info
public void info(String message)
- Specified by:
info in interface LogStream
info
public void info(String message,
Throwable t)
- Specified by:
info in interface LogStream
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled in interface LogStream
debug
public void debug(String message)
- Specified by:
debug in interface LogStream
debug
public void debug(String message,
Throwable t)
- Specified by:
debug in interface LogStream
log
public void log(org.apache.openejb.util.LogStreamAsync.level l,
String s)
log
public void log(org.apache.openejb.util.LogStreamAsync.level l,
String s,
Throwable t)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.