org.elasticsearch.transport.netty
Class NettyInternalESLogger

java.lang.Object
  extended by org.jboss.netty.logging.AbstractInternalLogger
      extended by org.elasticsearch.transport.netty.NettyInternalESLogger
All Implemented Interfaces:
org.jboss.netty.logging.InternalLogger

public class NettyInternalESLogger
extends org.jboss.netty.logging.AbstractInternalLogger


Constructor Summary
NettyInternalESLogger(ESLogger logger)
           
 
Method Summary
 void debug(String msg)
           
 void debug(String msg, Throwable cause)
           
 void error(String msg)
           
 void error(String msg, Throwable cause)
           
 void info(String msg)
           
 void info(String msg, Throwable cause)
           
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void warn(String msg)
           
 void warn(String msg, Throwable cause)
           
 
Methods inherited from class org.jboss.netty.logging.AbstractInternalLogger
isEnabled, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyInternalESLogger

public NettyInternalESLogger(ESLogger logger)
Method Detail

isDebugEnabled

public boolean isDebugEnabled()

isInfoEnabled

public boolean isInfoEnabled()

isWarnEnabled

public boolean isWarnEnabled()

isErrorEnabled

public boolean isErrorEnabled()

debug

public void debug(String msg)

debug

public void debug(String msg,
                  Throwable cause)

info

public void info(String msg)

info

public void info(String msg,
                 Throwable cause)

warn

public void warn(String msg)

warn

public void warn(String msg,
                 Throwable cause)

error

public void error(String msg)

error

public void error(String msg,
                  Throwable cause)


Copyright © 2009-2012. All Rights Reserved.