Class DryRunLogger
java.lang.Object
org.eluder.coveralls.maven.plugin.logging.DryRunLogger
- 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.voidlog(org.apache.maven.plugin.logging.Log log) Create the log output. 
- 
Constructor Details
- 
DryRunLogger
 
 - 
 - 
Method Details
- 
getPosition
Description copied from interface:LoggerGets the position.- Specified by:
 getPositionin 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:LoggerCreate the log output. 
 -