interface ILoggerBunyanArgs {
    level?: LogLevelString;
    name: string;
    streamProviders: BunyanStreamProvider[];
    [custom: string]: any;
}

Indexable

  • [custom: string]: any

Properties

level?: LogLevelString

The logging level to emit

name: string

The name of this logger

{comunica}
streamProviders: BunyanStreamProvider[]

A stream to output to