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, setLogLevel
public void debugPrint(java.lang.String str, int level)
debugPrint
in interface DebugInterface
debugPrint
in class DebugInterfaceBase
str
- Stringlevel
- intpublic void debugPrintln(java.lang.String str, int level)
debugPrintln
in interface DebugInterface
debugPrintln
in class DebugInterfaceBase
str
- StringCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.