Interface JsonProvider

    • Method Detail

      • writeTo

        void writeTo​(JsonGenerator generator,
                     org.jboss.logmanager.ExtLogRecord event)
              throws IOException
        Called every time log output is getting formatted.
        Parameters:
        generator - Used to add data to the json log output.
        event - The log event to handle.
        Throws:
        IOException - When failed to format the event.