com.ning.http.client.logging
Class JulLogger

java.lang.Object
  extended by com.ning.http.client.logging.JulLogger
All Implemented Interfaces:
Logger

public class JulLogger
extends Object
implements Logger


Method Summary
 void debug(String msg, Object... msgArgs)
           
 void debug(Throwable t)
           
 void debug(Throwable t, String msg, Object... msgArgs)
           
 void error(String msg, Object... msgArgs)
           
 void error(Throwable t)
           
 void error(Throwable t, String msg, Object... msgArgs)
           
 void info(String msg, Object... msgArgs)
           
 void info(Throwable t)
           
 void info(Throwable t, String msg, Object... msgArgs)
           
 boolean isDebugEnabled()
           
 void warn(String msg, Object... msgArgs)
           
 void warn(Throwable t)
           
 void warn(Throwable t, String msg, Object... msgArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface Logger

debug

public void debug(String msg,
                  Object... msgArgs)
Specified by:
debug in interface Logger

debug

public void debug(Throwable t)
Specified by:
debug in interface Logger

debug

public void debug(Throwable t,
                  String msg,
                  Object... msgArgs)
Specified by:
debug in interface Logger

info

public void info(String msg,
                 Object... msgArgs)
Specified by:
info in interface Logger

info

public void info(Throwable t)
Specified by:
info in interface Logger

info

public void info(Throwable t,
                 String msg,
                 Object... msgArgs)
Specified by:
info in interface Logger

warn

public void warn(String msg,
                 Object... msgArgs)
Specified by:
warn in interface Logger

warn

public void warn(Throwable t)
Specified by:
warn in interface Logger

warn

public void warn(Throwable t,
                 String msg,
                 Object... msgArgs)
Specified by:
warn in interface Logger

error

public void error(String msg,
                  Object... msgArgs)
Specified by:
error in interface Logger

error

public void error(Throwable t)
Specified by:
error in interface Logger

error

public void error(Throwable t,
                  String msg,
                  Object... msgArgs)
Specified by:
error in interface Logger


Copyright © 2010. All Rights Reserved.