Package com.iizix

Interface ILoggerRedirector

  • All Known Implementing Classes:
    Console
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ILoggerRedirector
    The LoggerRedirector interface is used by the logger to redirect a log event to a source, e.g. from client to be logged in the server.
    Author:
    Christopher Mindus
    See Also:
    ILog, Loggers
    • Method Detail

      • onEventLogged

        void onEventLogged​(LogEntry entry)
        Called when an event is logged.
        Parameters:
        entry - The log entry.