Class DefaultLoggingManager

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

public class DefaultLoggingManager extends Object implements LoggingManager
The default LoggingManager.

The default LoggingManager swallows everything. If you want to do some actual logging you need to deliver your custom LoggingManager.

Author:
Manfred Riem ([email protected])
  • Constructor Details

    • DefaultLoggingManager

      public DefaultLoggingManager()
      Constructor.
  • Method Details

    • log

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