UNPKG

the-logs

Version:

Stop using console.log and use this simple logs API for your daily proccess.

8 lines (7 loc) 169 B
import { LogLevel } from '../enums'; export interface ILoggerParams { logLevel?: LogLevel; useCase?: string; interUseCase?: string; filePath?: string; }