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 voidassignDebugToConsole(boolean theDebugToConsole) if we should debug to consolevoidvoidstatic booleanif we should debug to consolevoidvoidvoidvoidvoidvoidbooleanbooleanbooleanbooleanbooleanbooleanvoidvoidvoidvoid
-
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:
debugin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.debug(java.lang.Object)
-
debug
- Specified by:
debugin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.debug(java.lang.Object, java.lang.Throwable)
-
error
- Specified by:
errorin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.error(java.lang.Object)
-
error
- Specified by:
errorin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.error(java.lang.Object, java.lang.Throwable)
-
fatal
- Specified by:
fatalin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.fatal(java.lang.Object)
-
fatal
- Specified by:
fatalin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.fatal(java.lang.Object, java.lang.Throwable)
-
info
- Specified by:
infoin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.info(java.lang.Object)
-
info
- Specified by:
infoin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.info(java.lang.Object, java.lang.Throwable)
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.isDebugEnabled()
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.isErrorEnabled()
-
isFatalEnabled
public boolean isFatalEnabled()- Specified by:
isFatalEnabledin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.isFatalEnabled()
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.isInfoEnabled()
-
isTraceEnabled
public boolean isTraceEnabled()- Specified by:
isTraceEnabledin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.isTraceEnabled()
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.isWarnEnabled()
-
trace
- Specified by:
tracein interfaceorg.apache.commons.logging.Log- See Also:
-
Log.trace(java.lang.Object)
-
trace
- Specified by:
tracein interfaceorg.apache.commons.logging.Log- See Also:
-
Log.trace(java.lang.Object, java.lang.Throwable)
-
warn
- Specified by:
warnin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.warn(java.lang.Object)
-
warn
- Specified by:
warnin interfaceorg.apache.commons.logging.Log- See Also:
-
Log.warn(java.lang.Object, java.lang.Throwable)
-