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(String str,
int level)
Output a debug string with a specific logging level
|
void |
debugPrintln(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(String str, int level)
debugPrint
in interface DebugInterface
debugPrint
in class DebugInterfaceBase
str
- Stringlevel
- intpublic void debugPrintln(String str, int level)
debugPrintln
in interface DebugInterface
debugPrintln
in class DebugInterfaceBase
str
- StringCopyright © 2005–2018 Alfresco Software. All rights reserved.