UNPKG

@ngworker/lumberjack

Version:

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

6 lines (5 loc) 191 B
import { LumberjackConfig } from './lumberjack.config'; /** * Shared Lumberjack settings used by `provideLumberjack` function. */ export type LumberjackOptions = Partial<LumberjackConfig>;