UNPKG

np-express-winston-logger

Version:

A TypeScript logger for Express using Winston and Elasticsearch

10 lines (9 loc) 177 B
export declare enum LogLevel { ERROR = "error", WARN = "warn", INFO = "info", HTTP = "http", VERBOSE = "verbose", DEBUG = "debug", SILLY = "silly" }