org.gcube.common.core.utils.logging
Class GCUBEClientLog

java.lang.Object
  extended by org.gcube.common.core.utils.logging.GCUBELog
      extended by org.gcube.common.core.utils.logging.GCUBEClientLog

public class GCUBEClientLog
extends GCUBELog


Constructor Summary
GCUBEClientLog(Object obj, Properties... properties)
           
GCUBEClientLog(Object obj, String prefix)
          Creates a new logger for a given object and with a given prefix to prepend to all log messages.
 
Method Summary
 
Methods inherited from class org.gcube.common.core.utils.logging.GCUBELog
debug, debug, error, error, fatal, fatal, getPrefix, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, setContext, setPrefix, trace, trace, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCUBEClientLog

public GCUBEClientLog(Object obj,
                      String prefix)
Creates a new logger for a given object and with a given prefix to prepend to all log messages.

Parameters:
obj - the object.
prefix - the prefix..

GCUBEClientLog

public GCUBEClientLog(Object obj,
                      Properties... properties)


Copyright © 2013. All Rights Reserved.