Interface Logger
- All Known Implementing Classes:
CoverageTracingLogger
,DryRunLogger
,JobLogger
public interface Logger
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the position.void
log
(org.apache.maven.plugin.logging.Log log) Create the log output.
-
Method Details
-
getPosition
Logger.Position getPosition()Gets the position.- Returns:
- the position for log output, before or after the Coveralls data writing
-
log
void log(org.apache.maven.plugin.logging.Log log) Create the log output.- Parameters:
log
- the logger to output
-