enableColors
Signature
Section titled “Signature”enableColors(level?: 0 | 1 | 2 | 3): voidDescription
Section titled “Description”Sets the color support level for terminal output.
0: disabled1: basic colors2: 256 colors3: true color (default)
Example
Section titled “Example”zylog.enableColors(3);