Interface LogReporter<T>

Type Parameters

  • T = any

Hierarchy

  • LogReporter

Properties

filter?: LogFilter

Specifies a filter to determine should the log be written.

formatter: LogFormatter<T>

Specifies the formatter to be used by the reporter. Using this you can customize how the reporter writes the log entry.

id: string
isConsoleReporter?: boolean

Indicates if this is a console reporter. There is only one console reporter can be present in the system.

Methods

Generated using TypeDoc