Interface Registration.Logging

Enclosing class:
Registration

private static interface Registration.Logging
A simple logging abstractor.
Author:
Holger Eichelberger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    error(String message)
    Logs an error.
    void
    error(String message, Exception exception)
    Logs an error.
    void
    info(String message)
    Logs an information message.
  • Method Details

    • error

      void error(String message)
      Logs an error.
      Parameters:
      message - the error message
    • error

      void error(String message, Exception exception)
      Logs an error.
      Parameters:
      message - the error message
      exception - the related exception
    • info

      void info(String message)
      Logs an information message.
      Parameters:
      message - the information