Class GrouperInstallerLog
java.lang.Object
edu.internet2.middleware.grouperInstaller.util.GrouperInstallerLog
- All Implemented Interfaces:
org.apache.commons.logging.Log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
assignDebugToConsole
(boolean theDebugToConsole) if we should debug to consolevoid
void
static boolean
if we should debug to consolevoid
void
void
void
void
void
boolean
boolean
boolean
boolean
boolean
boolean
void
void
void
void
-
Constructor Details
-
GrouperInstallerLog
public GrouperInstallerLog(org.apache.commons.logging.Log theLog) wrap a logger- Parameters:
theLog
-
-
-
Method Details
-
assignDebugToConsole
public static void assignDebugToConsole(boolean theDebugToConsole) if we should debug to console- Parameters:
theDebugToConsole
-
-
debugToConsole
public static boolean debugToConsole()if we should debug to console- Returns:
- if debug to console
-
debug
- Specified by:
debug
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.debug(java.lang.Object)
-
debug
- Specified by:
debug
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.debug(java.lang.Object, java.lang.Throwable)
-
error
- Specified by:
error
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.error(java.lang.Object)
-
error
- Specified by:
error
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.error(java.lang.Object, java.lang.Throwable)
-
fatal
- Specified by:
fatal
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.fatal(java.lang.Object)
-
fatal
- Specified by:
fatal
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.fatal(java.lang.Object, java.lang.Throwable)
-
info
- Specified by:
info
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.info(java.lang.Object)
-
info
- Specified by:
info
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.info(java.lang.Object, java.lang.Throwable)
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabled
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.isDebugEnabled()
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabled
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.isErrorEnabled()
-
isFatalEnabled
public boolean isFatalEnabled()- Specified by:
isFatalEnabled
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.isFatalEnabled()
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabled
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.isInfoEnabled()
-
isTraceEnabled
public boolean isTraceEnabled()- Specified by:
isTraceEnabled
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.isTraceEnabled()
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabled
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.isWarnEnabled()
-
trace
- Specified by:
trace
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.trace(java.lang.Object)
-
trace
- Specified by:
trace
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.trace(java.lang.Object, java.lang.Throwable)
-
warn
- Specified by:
warn
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.warn(java.lang.Object)
-
warn
- Specified by:
warn
in interfaceorg.apache.commons.logging.Log
- See Also:
-
Log.warn(java.lang.Object, java.lang.Throwable)
-