UNPKG

med-log

Version:

Logging package intended for gxp/samd regulated environments hosted in the cloud

7 lines (6 loc) 161 B
export declare enum LogLevel { INFO = "INFO", WARN = "WARN", ERROR = "ERROR" } export declare function getLogLevelString(str: string): string;