|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jlan.debug.DebugInterfaceBase
org.alfresco.filesys.debug.FileServerDebugInterface
public class FileServerDebugInterface
Alfresco File Server Debug Interface Class
Constructor Summary | |
---|---|
FileServerDebugInterface()
Class constructor |
Method Summary | |
---|---|
void |
debugPrint(java.lang.String str,
int level)
Output a debug string. |
void |
debugPrintln(java.lang.String str,
int level)
Output a debug string, and a newline. |
void |
debugPrintln(java.lang.Throwable ex,
int level)
Output an exception |
void |
initialize(org.springframework.extensions.config.ConfigElement params)
Initialize the debug interface using the specified named parameters. |
protected void |
logOutput(java.lang.String str,
int level)
Output to the logger at the appropriate log level |
Methods inherited from class org.alfresco.jlan.debug.DebugInterfaceBase |
---|
close, debugPrint, debugPrintln, debugPrintln, getLogLevel, initialize, setLogLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileServerDebugInterface()
Method Detail |
---|
public void debugPrint(java.lang.String str, int level)
debugPrint
in interface org.alfresco.jlan.debug.DebugInterface
debugPrint
in class org.alfresco.jlan.debug.DebugInterfaceBase
str
- Stringpublic void debugPrintln(java.lang.String str, int level)
debugPrintln
in interface org.alfresco.jlan.debug.DebugInterface
debugPrintln
in class org.alfresco.jlan.debug.DebugInterfaceBase
str
- Stringpublic void debugPrintln(java.lang.Throwable ex, int level)
ex
- Throwablelevel
- intprotected void logOutput(java.lang.String str, int level)
str
- Stringlevel
- intpublic void initialize(org.springframework.extensions.config.ConfigElement params) throws java.lang.Exception
params
- ConfigElement
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |