UNPKG

med-log

Version:

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

3 lines (2 loc) 143 B
import { LogLevel } from "../logLevel"; export declare function getTextFormatted(date: Date, logLevel: LogLevel, ...rest: string[]): string;