Interface Logger
- All Known Implementing Classes:
AbstractLoggingMojo,PythonCompileMojo,StandardLogger
public interface Logger
Simple maven-independent logger interface.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
warn
Logs a warning.- Parameters:
warning- the warning
-
error
Logs an error.- Parameters:
error- the error
-
error
Logs a throwable.- Parameters:
throwable- the throwable
-
info
Logs an information.- Parameters:
info- the information
-