public interface PreprocessorLogger
Modifier and Type | Method and Description |
---|---|
void |
debug(java.lang.String message)
Log a debug message
|
void |
error(java.lang.String message)
Log an error message
|
void |
info(java.lang.String message)
Log an information message
|
void |
warning(java.lang.String message)
Log a warning message
|
void error(java.lang.String message)
message
- the text to be output into the error logvoid info(java.lang.String message)
message
- the text to be output into the information logvoid debug(java.lang.String message)
message
- the text to be output into the information logvoid warning(java.lang.String message)
message
- the text to be output into the warning log