officescripts-logging-framework
    Preparing search index...

    Type Alias LogEventFactory

    LogEventFactory: (
        message: string,
        eventType: LOG_EVENT,
        extraFields?: LogEventExtraFields,
    ) => LogEvent

    Function type for creating a LogEvent. Used in appender implementations.

    Type declaration