Interface LogManager

All Known Implementing Classes:
Slf4JLogManager

public interface LogManager
Interface for LogManagers. LogManagers handle the logging of messages to a logfile. As logging is dependent on the application server and logging implementation used, a separate LogManager for each environment needs to be implemented.
  • Method Details

    • handleMessage

      void handleMessage(LogEvent.LogSeverity type, LogMessage message)
      Handles a log message.
      Parameters:
      type - type of message
      message - message bean