Class LoggerAdapter

  • All Implemented Interfaces:
    org.bndly.common.app.Logger

    public class LoggerAdapter
    extends Object
    implements org.bndly.common.app.Logger
    Author:
    cybercon <bndly@cybercon.de>
    • Constructor Detail

      • LoggerAdapter

        public LoggerAdapter​(org.apache.maven.plugin.logging.Log log)
    • Method Detail

      • info

        public void info​(String message)
        Specified by:
        info in interface org.bndly.common.app.Logger
      • debug

        public void debug​(String message)
        Specified by:
        debug in interface org.bndly.common.app.Logger
      • warn

        public void warn​(String message)
        Specified by:
        warn in interface org.bndly.common.app.Logger
      • error

        public void error​(String message)
        Specified by:
        error in interface org.bndly.common.app.Logger