Class LogHandler

java.lang.Object
org.sonarsource.scanner.maven.bootstrap.LogHandler
All Implemented Interfaces:
org.sonarsource.scanner.api.LogOutput

public class LogHandler extends Object implements org.sonarsource.scanner.api.LogOutput
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.sonarsource.scanner.api.LogOutput

    org.sonarsource.scanner.api.LogOutput.Level
  • Constructor Summary

    Constructors
    Constructor
    Description
    LogHandler(org.apache.maven.plugin.logging.Log mavenLog)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String log, org.sonarsource.scanner.api.LogOutput.Level level)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LogHandler

      public LogHandler(org.apache.maven.plugin.logging.Log mavenLog)
  • Method Details

    • log

      public void log(String log, org.sonarsource.scanner.api.LogOutput.Level level)
      Specified by:
      log in interface org.sonarsource.scanner.api.LogOutput