Type alias LogEventSerializerPropertyFormatter

LogEventSerializerPropertyFormatter: ((value: any, serializer: LogEventSerializer) => string)

Type declaration

    • (value: any, serializer: LogEventSerializer): string
    • Delegate that transforms a value for a log event property into a string.

      Parameters

      Returns string

Generated using TypeDoc