officescripts-logging-framework
    Preparing search index...

    Type Alias LayoutFormatter

    LayoutFormatter: (event: LogEvent) => string

    Type for a function that formats a log event into a string. This is used by appenders to format log events before sending them to output channels.

    Type declaration

      • (event: LogEvent): string
      • Parameters

        • event: LogEvent

          The log event to format.

        Returns string

        A formatted string representation of the log event.