UNPKG

@robotlegsjs/core

Version:

An architecture-based IoC framework for JavaScript/TypeScript

12 lines (11 loc) 217 B
/** * Robotlegs log level */ export declare class LogLevel { static FATAL: number; static ERROR: number; static WARN: number; static INFO: number; static DEBUG: number; static NAME: any[]; }