Comunica
    Preparing search index...

    Interface ILoggerBunyanArgs

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

    Indexable

    • [custom: string]: any
    Index

    Properties

    level?: LogLevelString

    The logging level to emit

    name: string

    The name of this logger

    {comunica}
    
    streamProviders: BunyanStreamProvider[]

    A stream to output to