Class ProcessIdJsonProvider

    • Constructor Detail

    • Method Detail

      • writeTo

        public void writeTo​(JsonGenerator generator,
                            org.jboss.logmanager.ExtLogRecord event)
                     throws IOException
        Description copied from interface: JsonProvider
        Called every time log output is getting formatted.
        Specified by:
        writeTo in interface JsonProvider
        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.
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface Enabled