@ngworker/lumberjack
Version:
Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized
8 lines (7 loc) • 344 B
TypeScript
import { InjectionToken } from '@angular/core';
import { LumberjackConsole } from './lumberjack-console';
/**
* Wraps the browser console abstraction used by the console driver to make it
* overridable in tests or add additional information to console logs.
*/
export declare const lumberjackConsoleToken: InjectionToken<LumberjackConsole>;