Package org.alfresco.mock.test.script
Class MockLogger
- java.lang.Object
-
- org.alfresco.repo.processor.BaseProcessorExtension
-
- org.alfresco.mock.test.script.MockLogger
-
- All Implemented Interfaces:
Serializable,org.alfresco.processor.ProcessorExtension
public class MockLogger extends org.alfresco.repo.processor.BaseProcessorExtension implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMockLogger.SystemOut
-
Constructor Summary
Constructors Constructor Description MockLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String str)voiderror(String str)MockLogger.SystemOutgetSystem()voidinfo(String str)booleanisDebugLoggingEnabled()booleanisErrorLoggingEnabled()booleanisInfoLoggingEnabled()booleanisLoggingEnabled()booleanisWarnLoggingEnabled()voidlog(String str)voidwarn(String str)
-
-
-
Method Detail
-
isLoggingEnabled
public boolean isLoggingEnabled()
-
log
public void log(String str)
-
isDebugLoggingEnabled
public boolean isDebugLoggingEnabled()
-
debug
public void debug(String str)
-
isInfoLoggingEnabled
public boolean isInfoLoggingEnabled()
-
info
public void info(String str)
-
isWarnLoggingEnabled
public boolean isWarnLoggingEnabled()
-
warn
public void warn(String str)
-
isErrorLoggingEnabled
public boolean isErrorLoggingEnabled()
-
error
public void error(String str)
-
getSystem
public MockLogger.SystemOut getSystem()
-
-