UNPKG

@cauca-911/core

Version:

Run `npm install @cauca-911/core` to add this library to your project

10 lines (9 loc) 156 B
export declare enum LogLevel { trace = 0, debug = 1, information = 2, warning = 3, error = 4, critical = 5, disconnection = 6 }