Class StandardLogger

java.lang.Object
de.iip_ecosphere.platform.tools.maven.python.StandardLogger
All Implemented Interfaces:
Logger

public class StandardLogger extends Object implements Logger
Simple maven-independent logger implementation, e.g., for tests.
Author:
Holger Eichelberger, SSE
  • Constructor Details

    • StandardLogger

      public StandardLogger()
  • Method Details

    • warn

      public void warn(String warning)
      Description copied from interface: Logger
      Logs a warning.
      Specified by:
      warn in interface Logger
      Parameters:
      warning - the warning
    • error

      public void error(String error)
      Description copied from interface: Logger
      Logs an error.
      Specified by:
      error in interface Logger
      Parameters:
      error - the error
    • error

      public void error(Throwable throwable)
      Description copied from interface: Logger
      Logs a throwable.
      Specified by:
      error in interface Logger
      Parameters:
      throwable - the throwable
    • info

      public void info(String info)
      Description copied from interface: Logger
      Logs an information.
      Specified by:
      info in interface Logger
      Parameters:
      info - the information