Package sbt_inc

Class SbtLogger

java.lang.Object
sbt_inc.SbtLogger
All Implemented Interfaces:
xsbti.Logger

public class SbtLogger extends Object implements xsbti.Logger
  • Field Details

    • log

      org.apache.maven.plugin.logging.Log log
  • Constructor Details

    • SbtLogger

      public SbtLogger(org.apache.maven.plugin.logging.Log l)
  • Method Details

    • error

      public void error(xsbti.F0<String> msg)
      Specified by:
      error in interface xsbti.Logger
    • warn

      public void warn(xsbti.F0<String> msg)
      Specified by:
      warn in interface xsbti.Logger
    • info

      public void info(xsbti.F0<String> msg)
      Specified by:
      info in interface xsbti.Logger
    • debug

      public void debug(xsbti.F0<String> msg)
      Specified by:
      debug in interface xsbti.Logger
    • trace

      public void trace(xsbti.F0<Throwable> exception)
      Specified by:
      trace in interface xsbti.Logger