Class DefaultLoggingManager

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

public class DefaultLoggingManager
extends java.lang.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 Summary

    Constructors 
    Constructor Description
    DefaultLoggingManager()
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    void log​(java.lang.String message, java.lang.Throwable throwable)
    Log the message.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • log

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