interface IBunyanStreamProviderArgs {
    level?: LogLevelString;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

level?: LogLevelString

The logging level to emit

name?: string

The name of this logger

Default

{comunica}