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

Hierarchy (View Summary)

Properties

Properties

level?: LogLevelString

The logging level to emit

name?: string

The name of this logger

{comunica}