Class ScriptLogger
- java.lang.Object
-
- org.springframework.extensions.webscripts.ScriptLogger
-
public final class ScriptLogger extends java.lang.ObjectNOTE: Copied from org.alfresco.repo.jscript- Author:
- Kevin Roast, davidc
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScriptLogger.SystemOut
-
Constructor Summary
Constructors Constructor Description ScriptLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptLogger.SystemOutgetSystem()booleanisLoggingEnabled()booleanisWarnLoggingEnabled()voidlog(java.lang.String str)voidwarn(java.lang.String str)
-
-
-
Method Detail
-
isLoggingEnabled
public boolean isLoggingEnabled()
-
log
public void log(java.lang.String str)
-
isWarnLoggingEnabled
public boolean isWarnLoggingEnabled()
-
warn
public void warn(java.lang.String str)
-
getSystem
public ScriptLogger.SystemOut getSystem()
-
-