Package com.gigaspaces.logger
Class TraceableLogger
java.lang.Object
com.gigaspaces.logger.TraceableLogger
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidstatic TraceableLoggerFind or create a logger for a named subsystem.intbooleanbooleanbooleanbooleanvoidDisplay the global tracevoidDisplay the trace of the current threadvoidvoidvoid
-
Method Details
-
getLogger
Find or create a logger for a named subsystem. If a logger has already been created with the given name it is returned. Otherwise a new logger is created.- See Also:
-
getTraceLevel
public int getTraceLevel() -
showThreadTrace
public void showThreadTrace()Display the trace of the current thread -
clearThreadTrace
public void clearThreadTrace() -
showGlobalTrace
public void showGlobalTrace()Display the global trace -
isErrorEnabled
public boolean isErrorEnabled() -
error
-
error
-
isWarnEnabled
public boolean isWarnEnabled() -
warn
-
warn
-
isDebugEnabled
public boolean isDebugEnabled() -
debug
-
debug
-
isTraceEnabled
public boolean isTraceEnabled() -
trace
-