UNPKG

signalk-server

Version:

An implementation of a [Signal K](http://signalk.org) server for boats.

13 lines 382 B
declare function _exports(app: any): { getLog: () => any[]; enableDebug: (enabled: any) => boolean; getDebugSettings: () => { debugEnabled: string; rememberDebug: boolean; }; rememberDebug: (enabled: any) => void; addDebug: (name: any) => void; removeDebug: (name: any) => void; }; export = _exports; //# sourceMappingURL=logging.d.ts.map