Interface LoggingManager

All Known Implementing Classes:
DefaultLoggingManager

public interface LoggingManager
The LoggingManager API.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String message)
    Log the message.
    void
    log(String message, Throwable throwable)
    Log the message.
  • Method Details

    • log

      void log(String message)
      Log the message.
      Parameters:
      message - the message.
    • log

      void log(String message, Throwable throwable)
      Log the message.
      Parameters:
      message - the message.
      throwable - the throwable.