UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

9 lines (8 loc) 224 B
export interface LoggerConfiguration { level: "info" | "error" | "warn" | "debug"; output?: "console" | "file"; filePath?: string; format?: "json" | "text"; maxFileSize?: string; maxFiles?: number; }