Interface LogTarget

    • Method Detail

      • processEvent

        void processEvent​(LogEvent event)
        Process a log event. In NO case should this method ever throw an exception/error. The reason is that logging is usually added for debugging/auditing purposes and it would be unnaceptable to have your debugging code cause more errors.
        Parameters:
        event - the event