@ngworker/lumberjack
Version:
Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized
6 lines (5 loc) • 303 B
TypeScript
import { LumberjackHttpDriverInternalConfig } from './lumberjack-http-driver-internal.config';
/**
* Settings used by the HTTP driver.
*/
export type LumberjackHttpDriverConfig = Omit<LumberjackHttpDriverInternalConfig, 'identifier'> & Partial<Pick<LumberjackHttpDriverInternalConfig, 'identifier'>>;