Enumeration LogColorKey

Standardized color keys for logging. If you want to use customized colors, use ansi-styles in Node.js or custom CSS in browsers.

Enumeration Members

Bold: "bold"
Debug: "debug"
Error: "error"
Faint: "faint"
Info: "info"
Mutate: "mutate"
NormalWeight: "normalWeight"
Plain: "plain"
Reset: "reset"
Success: "success"
Warning: "warning"