public interface DebugInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the debug output.
|
void |
debugPrint(java.lang.String str)
Output a debug string.
|
void |
debugPrint(java.lang.String str,
int level)
Output a debug string with a specific logging level
|
void |
debugPrintln(java.lang.Exception ex,
int level)
Output an exception
|
void |
debugPrintln(java.lang.String str)
Output a debug string, and a newline.
|
void |
debugPrintln(java.lang.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(java.lang.String str)
str - Stringvoid debugPrint(java.lang.String str,
int level)
str - Stringlevel - intvoid debugPrintln(java.lang.String str)
str - Stringvoid debugPrintln(java.lang.String str,
int level)
str - Stringvoid debugPrintln(java.lang.Exception ex,
int level)
ex - Exceptionlevel - intvoid initialize(org.springframework.extensions.config.ConfigElement params,
ServerConfiguration config)
throws java.lang.Exception
params - ConfigElementconfig - ServerConfigurationjava.lang.Exceptionint getLogLevel()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.