Interface LoggerEvent

  • All Known Implementing Classes:
    LoggerEvent

    public interface LoggerEvent
    A log event is send to log listeners. It contains all information about the log.
    Author:
    Rainer Maximini
    • Method Detail

      • getComponent

        String getComponent()
      • getException

        Exception getException()
        Returns:
        Returns the exception of the log or null if no exception was given.
      • getLevel

        Level getLevel()
      • getCaller

        Object getCaller()
      • getParameters

        Object[] getParameters()