novx
    Preparing search index...

    Interface TracerConfiguration

    the configuration object for the tracer module

    interface TracerConfiguration {
        enabled: boolean;
        paths: { [path: string]: TraceLevel };
        trace: Trace;
    }
    Index

    Properties

    Properties

    enabled: boolean

    if true tracing is active

    paths: { [path: string]: TraceLevel }

    the paths.

    trace: Trace

    the configured Trace