Interface Logger

All Known Implementing Classes:
CoverageTracingLogger, DryRunLogger, JobLogger

public interface Logger
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Position of the log output.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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