org.jboss.messaging.core.logging
Class JBMLoggerPlugin

java.lang.Object
  extended by org.jboss.messaging.core.logging.JBMLoggerPlugin
All Implemented Interfaces:
org.jboss.logging.LoggerPlugin

public class JBMLoggerPlugin
extends java.lang.Object
implements org.jboss.logging.LoggerPlugin

Author:
Andy Taylor

Constructor Summary
JBMLoggerPlugin()
           
 
Method Summary
 void debug(java.lang.Object o)
           
 void debug(java.lang.Object o, java.lang.Throwable throwable)
           
 void error(java.lang.Object o)
           
 void error(java.lang.Object o, java.lang.Throwable throwable)
           
 void fatal(java.lang.Object o)
           
 void fatal(java.lang.Object o, java.lang.Throwable throwable)
           
 void info(java.lang.Object o)
           
 void info(java.lang.Object o, java.lang.Throwable throwable)
           
 void init(java.lang.String s)
           
 boolean isDebugEnabled()
           
 boolean isInfoEnabled()
           
 boolean isTraceEnabled()
           
 void trace(java.lang.Object o)
           
 void trace(java.lang.Object o, java.lang.Throwable throwable)
           
 void warn(java.lang.Object o)
           
 void warn(java.lang.Object o, java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBMLoggerPlugin

public JBMLoggerPlugin()
Method Detail

init

public void init(java.lang.String s)
Specified by:
init in interface org.jboss.logging.LoggerPlugin

isTraceEnabled

public boolean isTraceEnabled()
Specified by:
isTraceEnabled in interface org.jboss.logging.LoggerPlugin

trace

public void trace(java.lang.Object o)
Specified by:
trace in interface org.jboss.logging.LoggerPlugin

trace

public void trace(java.lang.Object o,
                  java.lang.Throwable throwable)
Specified by:
trace in interface org.jboss.logging.LoggerPlugin

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.jboss.logging.LoggerPlugin

debug

public void debug(java.lang.Object o)
Specified by:
debug in interface org.jboss.logging.LoggerPlugin

debug

public void debug(java.lang.Object o,
                  java.lang.Throwable throwable)
Specified by:
debug in interface org.jboss.logging.LoggerPlugin

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.jboss.logging.LoggerPlugin

info

public void info(java.lang.Object o)
Specified by:
info in interface org.jboss.logging.LoggerPlugin

info

public void info(java.lang.Object o,
                 java.lang.Throwable throwable)
Specified by:
info in interface org.jboss.logging.LoggerPlugin

warn

public void warn(java.lang.Object o)
Specified by:
warn in interface org.jboss.logging.LoggerPlugin

warn

public void warn(java.lang.Object o,
                 java.lang.Throwable throwable)
Specified by:
warn in interface org.jboss.logging.LoggerPlugin

error

public void error(java.lang.Object o)
Specified by:
error in interface org.jboss.logging.LoggerPlugin

error

public void error(java.lang.Object o,
                  java.lang.Throwable throwable)
Specified by:
error in interface org.jboss.logging.LoggerPlugin

fatal

public void fatal(java.lang.Object o)
Specified by:
fatal in interface org.jboss.logging.LoggerPlugin

fatal

public void fatal(java.lang.Object o,
                  java.lang.Throwable throwable)
Specified by:
fatal in interface org.jboss.logging.LoggerPlugin


Copyright © 2006 JBoss Inc. All Rights Reserved.