public final class ScriptLogger extends BaseProcessorExtension
Modifier and Type | Class and Description |
---|---|
static class |
ScriptLogger.SystemOut |
Constructor and Description |
---|
ScriptLogger() |
Modifier and Type | Method and Description |
---|---|
void |
debug(String str) |
void |
error(String str) |
ScriptLogger.SystemOut |
getSystem() |
void |
info(String str) |
boolean |
isDebugLoggingEnabled() |
boolean |
isErrorLoggingEnabled() |
boolean |
isInfoLoggingEnabled() |
boolean |
isLoggingEnabled() |
boolean |
isWarnLoggingEnabled() |
void |
log(String str) |
void |
warn(String str) |
getExtensionName, register, setExtensionName, setProcessor
public boolean isLoggingEnabled()
public void log(String str)
public boolean isDebugLoggingEnabled()
public void debug(String str)
public boolean isInfoLoggingEnabled()
public void info(String str)
public boolean isWarnLoggingEnabled()
public void warn(String str)
public boolean isErrorLoggingEnabled()
public void error(String str)
public ScriptLogger.SystemOut getSystem()
Copyright © 2005–2017 Alfresco Software. All rights reserved.