Class JobLogger
java.lang.Object
org.eluder.coveralls.maven.plugin.logging.JobLogger
- All Implemented Interfaces:
Logger
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eluder.coveralls.maven.plugin.logging.Logger
Logger.Position
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the position.void
log
(org.apache.maven.plugin.logging.Log log) Create the log output.
-
Constructor Details
-
JobLogger
-
JobLogger
-
-
Method Details
-
getPosition
Description copied from interface:Logger
Gets the position.- Specified by:
getPosition
in interfaceLogger
- Returns:
- the position for log output, before or after the Coveralls data writing
-
log
public void log(org.apache.maven.plugin.logging.Log log) Description copied from interface:Logger
Create the log output.
-