UNPKG

466 BTypeScriptView Raw
1import { ContainerModule, interfaces } from 'inversify';
2import { ILoggerServer } from '../common/logger-protocol';
3export declare function bindLogger(bind: interfaces.Bind, props?: {
4 onLoggerServerActivation?: (context: interfaces.Context, server: ILoggerServer) => void;
5}): void;
6/**
7 * IMPORTANT: don't use in tests, since it overrides console
8 */
9export declare const loggerBackendModule: ContainerModule;
10//# sourceMappingURL=logger-backend-module.d.ts.map
\No newline at end of file