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

10 lines
255 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: {
2016-07-23 23:30:30 +00:00
loggly: (optionsArg: {
2016-07-23 23:47:35 +00:00
token: string;
subdomain: string;
2016-07-23 23:30:30 +00:00
appName: string;
serverName: string;
}) => void;
2016-07-23 23:17:38 +00:00
};