Class DryRunLogger

java.lang.Object
org.eluder.coveralls.maven.plugin.logging.DryRunLogger
All Implemented Interfaces:
Logger

public class DryRunLogger extends Object implements Logger
The Class DryRunLogger.
  • Constructor Details

    • DryRunLogger

      public DryRunLogger(boolean dryRun, File coverallsFile)
      Instantiates a new dry run logger.
      Parameters:
      dryRun - the dry run
      coverallsFile - the coveralls file
  • Method Details

    • getPosition

      public Logger.Position getPosition()
      Description copied from interface: Logger
      Gets the position.
      Specified by:
      getPosition in interface Logger
      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.
      Specified by:
      log in interface Logger
      Parameters:
      log - the logger to output