Interface LogPattern

    • Method Detail

      • render

        void render​(LogEvent logEvent,
                    StringBuilder target)
        Extracts the content of particular interest to this log pattern instance from the specified log event, and appends the result to the specified target aggregator of the final log message
        Parameters:
        logEvent - entire log content data source to render
        target - logging text aggregator of the final log message