public interface PreprocessorLogger
Modifier and Type | Method and Description |
---|---|
void |
debug(String message)
Log a debug message
|
void |
error(String message)
Log an error message
|
void |
info(String message)
Log an information message
|
void |
warning(String message)
Log a warning message
|
void error(String message)
message
- the text to be output into the error logvoid info(String message)
message
- the text to be output into the information logvoid debug(String message)
message
- the text to be output into the information logvoid warning(String message)
message
- the text to be output into the warning logCopyright © 2011–2021 Igor Maznitsa. All rights reserved.