Class AbstractAsyncLogDestinationAbstract

A log destination that will write to output asynchronously

Hierarchy

Constructors

Properties

_logInterceptor: undefined | ((entry: IJLogEntry, loggerLevel?: LogLevel, defaultPayload?: IJson) => void) = undefined
_logNameFilter: undefined | string[]
level?: LogLevel

Accessors

  • get filters(): undefined | string[]
  • Returns undefined | string[]

Methods

  • This method must be called by the subclass to write the log entry. It cannot be automated as the basic design of the log destination is to allow the subclass' .write method to return different type of value depending on the implementation.

    Parameters

    Returns void

Generated using TypeDoc