UNPKG

@ngworker/lumberjack

Version:

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

15 lines (14 loc) 471 B
import * as i0 from "@angular/core"; /** * Used by Lumberjack to timestamp logs at their creation time. * * Can be overridden for testing purposes. */ export declare class LumberjackTimeService { /** * Return the current date-time as Unix epoch ticks in milliseconds. */ getUnixEpochTicks(): number; static ɵfac: i0.ɵɵFactoryDeclaration<LumberjackTimeService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<LumberjackTimeService>; }