UNPKG

@jschmold/kor

Version:

`npm i mocha ts-node typedoc typescript --global`

5 lines (4 loc) 277 B
import { IKorApplicationSettings } from './application'; export declare type LogLevel = 'debug' | 'log' | 'info' | 'warn' | 'error' | 'silence'; export declare function restoreLogging(): void; export declare function initializeLogging(settings: IKorApplicationSettings): void;