Package sbt_inc

Class SbtLogger

  • All Implemented Interfaces:
    xsbti.Logger

    public class SbtLogger
    extends java.lang.Object
    implements xsbti.Logger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.apache.maven.plugin.logging.Log log  
    • Constructor Summary

      Constructors 
      Constructor Description
      SbtLogger​(org.apache.maven.plugin.logging.Log l)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug​(xsbti.F0<java.lang.String> msg)  
      void error​(xsbti.F0<java.lang.String> msg)  
      void info​(xsbti.F0<java.lang.String> msg)  
      void trace​(xsbti.F0<java.lang.Throwable> exception)  
      void warn​(xsbti.F0<java.lang.String> msg)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

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

      • SbtLogger

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

      • error

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

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

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

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

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