smartlog-destination-local/dist/beautylog.remote.d.ts
2016-07-24 01:30:30 +02:00

10 lines
269 B
TypeScript

export declare let remoteLog: (logType: string, logMessage: string) => void;
export declare let remote: {
loggly: (optionsArg: {
customerTokenArg: string;
subdomainArg: string;
appName: string;
serverName: string;
}) => void;
};