Interface DiagLoggerOptions

Hierarchy

  • DiagLoggerOptions

Properties

logLevel?: DiagLogLevel

The DiagLogLevel used to filter logs sent to the logger.

Default Value

DiagLogLevel.INFO
suppressOverrideMessage?: boolean

Setting this value to true will suppress the warning message normally emitted when registering a logger when another logger is already registered.

Generated using TypeDoc