Class DefaultLoggingManager

java.lang.Object
cloud.piranha.core.impl.DefaultLoggingManager
All Implemented Interfaces:
LoggingManager

public class DefaultLoggingManager extends Object implements LoggingManager
The default LoggingManager implementation.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • DefaultLoggingManager

      public DefaultLoggingManager()
  • Method Details

    • log

      public void log(String message)
      Description copied from interface: LoggingManager
      Log the message.
      Specified by:
      log in interface LoggingManager
      Parameters:
      message - the message.
    • log

      public void log(String message, Throwable throwable)
      Description copied from interface: LoggingManager
      Log the message.
      Specified by:
      log in interface LoggingManager
      Parameters:
      message - the message.
      throwable - the throwable.