|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.filesys.debug.FileServerDebugInterface
public class FileServerDebugInterface
Alfresco File Server Debug Interface Class Adapts JLAN's debug information out to Alfresco's logging
| Constructor Summary | |
|---|---|
FileServerDebugInterface()
Class constructor |
|
| Method Summary | |
|---|---|
void |
close()
|
void |
debugPrint(java.lang.String str)
|
void |
debugPrint(java.lang.String str,
int level)
Output a debug string. |
void |
debugPrintln(java.lang.Exception ex,
int level)
|
void |
debugPrintln(java.lang.String str)
|
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 |
int |
getLogLevel()
Map logger level to JLAN debug level |
void |
initialize(org.springframework.extensions.config.ConfigElement params)
Initialize the debug interface using the specified named parameters. |
void |
initialize(org.springframework.extensions.config.ConfigElement params,
org.alfresco.jlan.server.config.ServerConfiguration config)
|
protected void |
logOutput(java.lang.String str,
int level)
Output to the logger at the appropriate log level |
| 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.DebugInterfacestr - String
public void debugPrintln(java.lang.String str,
int level)
debugPrintln in interface org.alfresco.jlan.debug.DebugInterfacestr - String
public void debugPrintln(java.lang.Throwable ex,
int level)
ex - Throwablelevel - int
protected void logOutput(java.lang.String str,
int level)
str - Stringlevel - int
public void initialize(org.springframework.extensions.config.ConfigElement params)
throws java.lang.Exception
params - ConfigElement
java.lang.Exceptionpublic int getLogLevel()
getLogLevel in interface org.alfresco.jlan.debug.DebugInterfacepublic void close()
close in interface org.alfresco.jlan.debug.DebugInterfacepublic void debugPrint(java.lang.String str)
debugPrint in interface org.alfresco.jlan.debug.DebugInterfacepublic void debugPrintln(java.lang.String str)
debugPrintln in interface org.alfresco.jlan.debug.DebugInterface
public void debugPrintln(java.lang.Exception ex,
int level)
debugPrintln in interface org.alfresco.jlan.debug.DebugInterface
public void initialize(org.springframework.extensions.config.ConfigElement params,
org.alfresco.jlan.server.config.ServerConfiguration config)
throws java.lang.Exception
initialize in interface org.alfresco.jlan.debug.DebugInterfacejava.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||