UNPKG

@ngworker/lumberjack

Version:

Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized

4 lines (3 loc) 214 B
import { InjectionToken } from '@angular/core'; import { LumberjackLogDriverConfig } from '@ngworker/lumberjack'; export declare const lumberjackConsoleDriverConfigToken: InjectionToken<LumberjackLogDriverConfig>;