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

10 lines
269 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: {
customerTokenArg: string;
subdomainArg: string;
appName: string;
serverName: string;
}) => void;
2016-07-23 23:17:38 +00:00
};