UNPKG

3xworkaround

Version:

This is an interface for 3x-ui panel. It will help developers to create, edit and delete inbounds and clients in a simple way.

15 lines (14 loc) 313 B
import winston from "winston"; export const colorizeFormat = winston.format.colorize({ message: true, level: true, colors: { info: "blue", error: "red", warn: "yellow", debug: "cyan", verbose: "white", http: "magenta", silly: "gray", }, });