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

10 lines
255 B
TypeScript

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