How to use the diagnostics/logger.LogLevel.DEBUG function in diagnostics

To help you get started, we’ve selected a few diagnostics examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github microsoft / IIS.WebManager / src / app / diagnostics / extensions / rxjs.ts View on Github external
export function debug(
    this: Observable,
    logger: Logger,
    identifier: string,
    level: ObservableReportLevel = ObservableReportLevel.ERROR | ObservableReportLevel.SUCCESS,
): Observable {
    return log(this, LogLevel.DEBUG, logger, identifier, level)
}

diagnostics

Tools for debugging your node.js modules and event loop

MIT
Latest version published 5 years ago

Package Health Score

66 / 100
Full package analysis