Package com.igormaznitsa.jcp.logger
Interface PreprocessorLogger
- All Known Implementing Classes:
PreprocessorMojo
,PreprocessTask
,PreprocessTestsMojo
,SystemOutLogger
public interface PreprocessorLogger
The interface describes a logger to be used by a preprocessor during its work
-
Method Summary
-
Method Details
-
error
Log an error message- Parameters:
message
- the text to be output into the error log
-
info
Log an information message- Parameters:
message
- the text to be output into the information log
-
debug
Log a debug message- Parameters:
message
- the text to be output into the information log- Since:
- 6.0.1
-
warning
Log a warning message- Parameters:
message
- the text to be output into the warning log
-