org.slf4j.impl
Class GCubeClientLogAdapter

java.lang.Object
  extended by org.slf4j.impl.GCubeClientLogAdapter
All Implemented Interfaces:
org.slf4j.Logger

public class GCubeClientLogAdapter
extends Object
implements org.slf4j.Logger


Field Summary
 
Fields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME
 
Constructor Summary
GCubeClientLogAdapter(Object obj)
           
 
Method Summary
 void debug(org.slf4j.Marker arg0, String arg1)
           
 void debug(org.slf4j.Marker arg0, String arg1, Object arg2)
           
 void debug(org.slf4j.Marker arg0, String arg1, Object[] arg2)
           
 void debug(org.slf4j.Marker arg0, String arg1, Object arg2, Object arg3)
           
 void debug(org.slf4j.Marker arg0, String arg1, Throwable arg2)
           
 void debug(String arg0)
           
 void debug(String arg0, Object arg1)
           
 void debug(String arg0, Object[] arg1)
           
 void debug(String arg0, Object arg1, Object arg2)
           
 void debug(String arg0, Throwable arg1)
           
 void error(org.slf4j.Marker arg0, String arg1)
           
 void error(org.slf4j.Marker arg0, String arg1, Object arg2)
           
 void error(org.slf4j.Marker arg0, String arg1, Object[] arg2)
           
 void error(org.slf4j.Marker arg0, String arg1, Object arg2, Object arg3)
           
 void error(org.slf4j.Marker arg0, String arg1, Throwable arg2)
           
 void error(String arg0)
           
 void error(String arg0, Object arg1)
           
 void error(String arg0, Object[] arg1)
           
 void error(String arg0, Object arg1, Object arg2)
           
 void error(String arg0, Throwable arg1)
           
 String getName()
           
 void info(org.slf4j.Marker arg0, String arg1)
           
 void info(org.slf4j.Marker arg0, String arg1, Object arg2)
           
 void info(org.slf4j.Marker arg0, String arg1, Object[] arg2)
           
 void info(org.slf4j.Marker arg0, String arg1, Object arg2, Object arg3)
           
 void info(org.slf4j.Marker arg0, String arg1, Throwable arg2)
           
 void info(String arg0)
           
 void info(String arg0, Object arg1)
           
 void info(String arg0, Object[] arg1)
           
 void info(String arg0, Object arg1, Object arg2)
           
 void info(String arg0, Throwable arg1)
           
 boolean isDebugEnabled()
           
 boolean isDebugEnabled(org.slf4j.Marker arg0)
           
 boolean isErrorEnabled()
           
 boolean isErrorEnabled(org.slf4j.Marker arg0)
           
 boolean isInfoEnabled()
           
 boolean isInfoEnabled(org.slf4j.Marker arg0)
           
 boolean isTraceEnabled()
           
 boolean isTraceEnabled(org.slf4j.Marker arg0)
           
 boolean isWarnEnabled()
           
 boolean isWarnEnabled(org.slf4j.Marker arg0)
           
 void trace(org.slf4j.Marker arg0, String arg1)
           
 void trace(org.slf4j.Marker arg0, String arg1, Object arg2)
           
 void trace(org.slf4j.Marker arg0, String arg1, Object[] arg2)
           
 void trace(org.slf4j.Marker arg0, String arg1, Object arg2, Object arg3)
           
 void trace(org.slf4j.Marker arg0, String arg1, Throwable arg2)
           
 void trace(String arg0)
           
 void trace(String arg0, Object arg1)
           
 void trace(String arg0, Object[] arg1)
           
 void trace(String arg0, Object arg1, Object arg2)
           
 void trace(String arg0, Throwable arg1)
           
 void warn(org.slf4j.Marker arg0, String arg1)
           
 void warn(org.slf4j.Marker arg0, String arg1, Object arg2)
           
 void warn(org.slf4j.Marker arg0, String arg1, Object[] arg2)
           
 void warn(org.slf4j.Marker arg0, String arg1, Object arg2, Object arg3)
           
 void warn(org.slf4j.Marker arg0, String arg1, Throwable arg2)
           
 void warn(String arg0)
           
 void warn(String arg0, Object arg1)
           
 void warn(String arg0, Object[] arg1)
           
 void warn(String arg0, Object arg1, Object arg2)
           
 void warn(String arg0, Throwable arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCubeClientLogAdapter

public GCubeClientLogAdapter(Object obj)
Method Detail

debug

public void debug(String arg0)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(String arg0,
                  Object arg1)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(String arg0,
                  Object[] arg1)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(String arg0,
                  Throwable arg1)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(org.slf4j.Marker arg0,
                  String arg1)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(String arg0,
                  Object arg1,
                  Object arg2)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(org.slf4j.Marker arg0,
                  String arg1,
                  Object arg2)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(org.slf4j.Marker arg0,
                  String arg1,
                  Object[] arg2)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(org.slf4j.Marker arg0,
                  String arg1,
                  Throwable arg2)
Specified by:
debug in interface org.slf4j.Logger

debug

public void debug(org.slf4j.Marker arg0,
                  String arg1,
                  Object arg2,
                  Object arg3)
Specified by:
debug in interface org.slf4j.Logger

error

public void error(String arg0)
Specified by:
error in interface org.slf4j.Logger

error

public void error(String arg0,
                  Object arg1)
Specified by:
error in interface org.slf4j.Logger

error

public void error(String arg0,
                  Object[] arg1)
Specified by:
error in interface org.slf4j.Logger

error

public void error(String arg0,
                  Throwable arg1)
Specified by:
error in interface org.slf4j.Logger

error

public void error(org.slf4j.Marker arg0,
                  String arg1)
Specified by:
error in interface org.slf4j.Logger

error

public void error(String arg0,
                  Object arg1,
                  Object arg2)
Specified by:
error in interface org.slf4j.Logger

error

public void error(org.slf4j.Marker arg0,
                  String arg1,
                  Object arg2)
Specified by:
error in interface org.slf4j.Logger

error

public void error(org.slf4j.Marker arg0,
                  String arg1,
                  Object[] arg2)
Specified by:
error in interface org.slf4j.Logger

error

public void error(org.slf4j.Marker arg0,
                  String arg1,
                  Throwable arg2)
Specified by:
error in interface org.slf4j.Logger

error

public void error(org.slf4j.Marker arg0,
                  String arg1,
                  Object arg2,
                  Object arg3)
Specified by:
error in interface org.slf4j.Logger

getName

public String getName()
Specified by:
getName in interface org.slf4j.Logger

info

public void info(String arg0)
Specified by:
info in interface org.slf4j.Logger

info

public void info(String arg0,
                 Object arg1)
Specified by:
info in interface org.slf4j.Logger

info

public void info(String arg0,
                 Object[] arg1)
Specified by:
info in interface org.slf4j.Logger

info

public void info(String arg0,
                 Throwable arg1)
Specified by:
info in interface org.slf4j.Logger

info

public void info(org.slf4j.Marker arg0,
                 String arg1)
Specified by:
info in interface org.slf4j.Logger

info

public void info(String arg0,
                 Object arg1,
                 Object arg2)
Specified by:
info in interface org.slf4j.Logger

info

public void info(org.slf4j.Marker arg0,
                 String arg1,
                 Object arg2)
Specified by:
info in interface org.slf4j.Logger

info

public void info(org.slf4j.Marker arg0,
                 String arg1,
                 Object[] arg2)
Specified by:
info in interface org.slf4j.Logger

info

public void info(org.slf4j.Marker arg0,
                 String arg1,
                 Throwable arg2)
Specified by:
info in interface org.slf4j.Logger

info

public void info(org.slf4j.Marker arg0,
                 String arg1,
                 Object arg2,
                 Object arg3)
Specified by:
info in interface org.slf4j.Logger

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.slf4j.Logger

isDebugEnabled

public boolean isDebugEnabled(org.slf4j.Marker arg0)
Specified by:
isDebugEnabled in interface org.slf4j.Logger

isErrorEnabled

public boolean isErrorEnabled()
Specified by:
isErrorEnabled in interface org.slf4j.Logger

isErrorEnabled

public boolean isErrorEnabled(org.slf4j.Marker arg0)
Specified by:
isErrorEnabled in interface org.slf4j.Logger

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface org.slf4j.Logger

isInfoEnabled

public boolean isInfoEnabled(org.slf4j.Marker arg0)
Specified by:
isInfoEnabled in interface org.slf4j.Logger

isTraceEnabled

public boolean isTraceEnabled()
Specified by:
isTraceEnabled in interface org.slf4j.Logger

isTraceEnabled

public boolean isTraceEnabled(org.slf4j.Marker arg0)
Specified by:
isTraceEnabled in interface org.slf4j.Logger

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.slf4j.Logger

isWarnEnabled

public boolean isWarnEnabled(org.slf4j.Marker arg0)
Specified by:
isWarnEnabled in interface org.slf4j.Logger

trace

public void trace(String arg0)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(String arg0,
                  Object arg1)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(String arg0,
                  Object[] arg1)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(String arg0,
                  Throwable arg1)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(org.slf4j.Marker arg0,
                  String arg1)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(String arg0,
                  Object arg1,
                  Object arg2)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(org.slf4j.Marker arg0,
                  String arg1,
                  Object arg2)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(org.slf4j.Marker arg0,
                  String arg1,
                  Object[] arg2)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(org.slf4j.Marker arg0,
                  String arg1,
                  Throwable arg2)
Specified by:
trace in interface org.slf4j.Logger

trace

public void trace(org.slf4j.Marker arg0,
                  String arg1,
                  Object arg2,
                  Object arg3)
Specified by:
trace in interface org.slf4j.Logger

warn

public void warn(String arg0)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(String arg0,
                 Object arg1)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(String arg0,
                 Object[] arg1)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(String arg0,
                 Throwable arg1)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(org.slf4j.Marker arg0,
                 String arg1)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(String arg0,
                 Object arg1,
                 Object arg2)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(org.slf4j.Marker arg0,
                 String arg1,
                 Object arg2)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(org.slf4j.Marker arg0,
                 String arg1,
                 Object[] arg2)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(org.slf4j.Marker arg0,
                 String arg1,
                 Throwable arg2)
Specified by:
warn in interface org.slf4j.Logger

warn

public void warn(org.slf4j.Marker arg0,
                 String arg1,
                 Object arg2,
                 Object arg3)
Specified by:
warn in interface org.slf4j.Logger


Copyright © 2013. All Rights Reserved.