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
Method Summary |
void |
debug(Object message)
|
void |
debug(Object message,
Throwable t)
|
void |
debug(String loggerFcqn,
Object message,
Throwable t)
|
void |
error(Object message)
|
void |
error(Object message,
Throwable t)
|
void |
error(String loggerFcqn,
Object message,
Throwable t)
|
void |
fatal(Object message)
|
void |
fatal(Object message,
Throwable t)
|
void |
fatal(String loggerFcqn,
Object message,
Throwable t)
|
void |
info(Object message)
|
void |
info(Object message,
Throwable t)
|
void |
info(String loggerFcqn,
Object message,
Throwable t)
|
void |
init(String name)
|
boolean |
isDebugEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isTraceEnabled()
|
void |
trace(Object message)
|
void |
trace(Object message,
Throwable t)
|
void |
trace(String loggerFcqn,
Object message,
Throwable t)
|
void |
warn(Object message)
|
void |
warn(Object message,
Throwable t)
|
void |
warn(String loggerFcqn,
Object message,
Throwable t)
|
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
debug
public void debug(String loggerFcqn,
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
error
public void error(String loggerFcqn,
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
fatal
public void fatal(String loggerFcqn,
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
info
public void info(String loggerFcqn,
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
trace
public void trace(String loggerFcqn,
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
warn
public void warn(String loggerFcqn,
Object message,
Throwable t)
- Specified by:
warn
in interface org.jboss.logging.LoggerPlugin
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.