Skip to main content

LogFormatter

Hierarchy

  • LogFormatter
    • LogFormatter

Index

Constructors

externalconstructor

  • new LogFormatter(options?: LogFormatterOptions): LogFormatter
  • Parameters

    • externaloptionaloptions: LogFormatterOptions

    Returns LogFormatter

Methods

publicformatAttributes

  • formatAttributes(attributes: UnformattedAttributes, additionalLogAttributes: LogAttributes): LogItem
  • Parameters

    • attributes: UnformattedAttributes
    • additionalLogAttributes: LogAttributes

    Returns LogItem

publicformatError

  • formatError(error: EventError | Error): LogAttributes
  • Parameters

    Returns LogAttributes