Interface RewritePolicy

    • Method Detail

      • rewrite

        LogEvent rewrite​(LogEvent source)
        Rewrite a logging event.
        Parameters:
        source - a logging event that may be returned or used to create a new logging event.
        Returns:
        a logging event or null to suppress processing.