smartlog-destination-local/dist/beautylog.remote.d.ts

5 lines
179 B
TypeScript
Raw Normal View History

2016-07-23 23:17:38 +00:00
export declare let remoteLog: (logType: string, logMessage: string) => void;
export declare let remote: {
loggly: (customerTokenArg: string, subdomainArg: string) => void;
};