org.jboss.aop.util.logging
Class SystemOutLoggerPlugin
java.lang.Object
org.jboss.aop.util.logging.SystemOutLoggerPlugin
- All Implemented Interfaces:
- org.jboss.logging.LoggerPlugin
public class SystemOutLoggerPlugin
- extends Object
- implements org.jboss.logging.LoggerPlugin
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemOutLoggerPlugin
public SystemOutLoggerPlugin()
debug
public void debug(Object message)
- Specified by:
debug
in interface org.jboss.logging.LoggerPlugin
debug
public void debug(Object message,
Throwable t)
- Specified by:
debug
in interface org.jboss.logging.LoggerPlugin
error
public void error(Object message)
- Specified by:
error
in interface org.jboss.logging.LoggerPlugin
error
public void error(Object message,
Throwable t)
- Specified by:
error
in interface org.jboss.logging.LoggerPlugin
fatal
public void fatal(Object message)
- Specified by:
fatal
in interface org.jboss.logging.LoggerPlugin
fatal
public void fatal(Object message,
Throwable t)
- Specified by:
fatal
in interface org.jboss.logging.LoggerPlugin
info
public void info(Object message)
- Specified by:
info
in interface org.jboss.logging.LoggerPlugin
info
public void info(Object message,
Throwable t)
- Specified by:
info
in interface org.jboss.logging.LoggerPlugin
init
public void init(String name)
- Specified by:
init
in interface org.jboss.logging.LoggerPlugin
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface org.jboss.logging.LoggerPlugin
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabled
in interface org.jboss.logging.LoggerPlugin
isTraceEnabled
public boolean isTraceEnabled()
- Specified by:
isTraceEnabled
in interface org.jboss.logging.LoggerPlugin
trace
public void trace(Object message)
- Specified by:
trace
in interface org.jboss.logging.LoggerPlugin
trace
public void trace(Object message,
Throwable t)
- Specified by:
trace
in interface org.jboss.logging.LoggerPlugin
warn
public void warn(Object message)
- Specified by:
warn
in interface org.jboss.logging.LoggerPlugin
warn
public void warn(Object message,
Throwable t)
- Specified by:
warn
in interface org.jboss.logging.LoggerPlugin
Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.