UNPKG

@ngworker/lumberjack

Version:

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

8 lines (7 loc) 316 B
import { InjectionToken } from '@angular/core'; import { LumberjackConfig } from './lumberjack.config'; /** * The Lumberjack configuration token is used internally by `provideLumberjack` function. * and various Lumberjack services. */ export declare const lumberjackConfigToken: InjectionToken<LumberjackConfig>;