1 | import { ContainerModule, interfaces } from 'inversify';
|
2 | import { ILoggerServer } from '../common/logger-protocol';
|
3 | export 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 | */
|
9 | export declare const loggerBackendModule: ContainerModule;
|
10 | //# sourceMappingURL=logger-backend-module.d.ts.map |
\ | No newline at end of file |