Class MojoLog

  • All Implemented Interfaces:
    Log

    public class MojoLog
    extends java.lang.Object
    implements Log
    Log delegating to the Maven logging API.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.maven.plugin.logging.Log delegate  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug​(java.lang.CharSequence message)  
      void error​(java.lang.CharSequence message)  
      void info​(java.lang.CharSequence message)  
      void warn​(java.lang.CharSequence message)  
      • Methods inherited from class java.lang.Object

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

      • delegate

        private final org.apache.maven.plugin.logging.Log delegate
    • Constructor Detail

      • MojoLog

        public MojoLog​(org.apache.maven.plugin.logging.Log delegate)
    • Method Detail

      • debug

        public void debug​(java.lang.CharSequence message)
        Specified by:
        debug in interface Log
      • info

        public void info​(java.lang.CharSequence message)
        Specified by:
        info in interface Log
      • warn

        public void warn​(java.lang.CharSequence message)
        Specified by:
        warn in interface Log
      • error

        public void error​(java.lang.CharSequence message)
        Specified by:
        error in interface Log