public class SystemOutLogger extends Object implements PreprocessorLogger
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DEBUG_FLAG
Name of system property to enable debug level logging.
|
| Constructor and Description |
|---|
SystemOutLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String text)
Log a debug message
|
void |
error(String text)
Log an error message
|
void |
info(String text)
Log an information message
|
void |
warning(String text)
Log a warning message
|
public static final String PROPERTY_DEBUG_FLAG
public void error(String text)
PreprocessorLoggererror in interface PreprocessorLoggertext - the text to be output into the error logpublic void info(String text)
PreprocessorLoggerinfo in interface PreprocessorLoggertext - the text to be output into the information logpublic void warning(String text)
PreprocessorLoggerwarning in interface PreprocessorLoggertext - the text to be output into the warning logpublic void debug(String text)
PreprocessorLoggerdebug in interface PreprocessorLoggertext - the text to be output into the information logCopyright © 2011–2019 Igor Maznitsa. All rights reserved.