public interface DebugInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the debug output.
|
void |
debugPrint(String str)
Output a debug string.
|
void |
debugPrint(String str,
int level)
Output a debug string with a specific logging level
|
void |
debugPrintln(Exception ex,
int level)
Output an exception
|
void |
debugPrintln(String str)
Output a debug string, and a newline.
|
void |
debugPrintln(String str,
int level)
Output a debug string, and a newline, with a specific logging level
|
int |
getLogLevel()
Return the debug interface logging level
|
void |
initialize(org.springframework.extensions.config.ConfigElement params,
ServerConfiguration config)
Initialize the debug interface using the specified named parameters.
|
void close()
void debugPrint(String str)
str - Stringvoid debugPrint(String str, int level)
str - Stringlevel - intvoid debugPrintln(String str)
str - Stringvoid debugPrintln(String str, int level)
str - Stringvoid debugPrintln(Exception ex, int level)
ex - Exceptionlevel - intvoid initialize(org.springframework.extensions.config.ConfigElement params,
ServerConfiguration config)
throws Exception
params - ConfigElementconfig - ServerConfigurationExceptionint getLogLevel()
Copyright © 2005–2014 Alfresco Software. All rights reserved.