public final 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
|
boolean |
equals(Object value) |
void |
error(String text)
Log an error message
|
int |
hashCode() |
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)
PreprocessorLogger
error
in interface PreprocessorLogger
text
- the text to be output into the error logpublic void info(String text)
PreprocessorLogger
info
in interface PreprocessorLogger
text
- the text to be output into the information logpublic void warning(String text)
PreprocessorLogger
warning
in interface PreprocessorLogger
text
- the text to be output into the warning logpublic void debug(String text)
PreprocessorLogger
debug
in interface PreprocessorLogger
text
- the text to be output into the information logCopyright © 2011–2020 Igor Maznitsa. All rights reserved.