public class ConsoleDebug extends DebugInterfaceBase
Output debug messages to the console stream, System.out.
| Constructor and Description |
|---|
ConsoleDebug() |
| Modifier and Type | Method and Description |
|---|---|
void |
debugPrint(java.lang.String str,
int level)
Output a debug string with a specific logging level
|
void |
debugPrintln(java.lang.String str,
int level)
Output a debug string, and a newline, with a specific logging level
|
close, debugPrint, debugPrintln, debugPrintln, getLogLevel, initialize, setLogLevelpublic void debugPrint(java.lang.String str,
int level)
debugPrint in interface DebugInterfacedebugPrint in class DebugInterfaceBasestr - Stringlevel - intpublic void debugPrintln(java.lang.String str,
int level)
debugPrintln in interface DebugInterfacedebugPrintln in class DebugInterfaceBasestr - StringCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.