Comunica
    Preparing search index...

    Interface IBunyanStreamProviderArgs

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    level?: LogLevelString

    The logging level to emit

    name?: string

    The name of this logger

    {comunica}