File

src/lib/browser-console-appender.configuration.ts

Description

Configuration for BrowserConsoleAppender.

Index

Properties

Properties

threshold
threshold: string
Type : string
Optional

Threshold.

Valid values are: ALL, DEBUG, ERROR, FATAL, INFO, OFF, TRACE, WARN

Default: DEBUG.

export interface BrowserConsoleAppenderConfiguration {
	/**
	 * Threshold.
	 *
	 * Valid values are: ALL, DEBUG, ERROR, FATAL, INFO, OFF, TRACE, WARN
	 *
	 * Default: DEBUG.
	 */
	threshold?: string;
}

result-matching ""

    No results matching ""