med-log
Version:
Logging package intended for gxp/samd regulated environments hosted in the cloud
9 lines (8 loc) • 378 B
TypeScript
import { IAzure } from './models/IAzure';
export declare function init(obj: IAzure): void;
export declare const MedLog: {
install(Vue: any, options: any): void;
};
export declare function info(...text: string[]): Promise<boolean>;
export declare function warn(...text: string[]): Promise<boolean>;
export declare function error(...text: string[]): Promise<boolean>;