Colored Logs
Print beautiful logs with no effort, just like that!
Usage
Basic
const Logger = ; Logger;Logger;Logger;Logger;
With Custom Options
const Logger = ; level: "info" filePath: "./path/to/file.log"; Logger;Logger;Logger;Logger;
Configuration Options
LoggerOptions
: Configures logger to fit your needs. Possible values:level
- Logging levels conform to the severity ordering specified by "from most important to least important"filePath
- Path to a file in which logs will appeartimezone
- Controls timezone that is used across the Loggertimed_logs
- If enabled andfilePath
is not set creates a log file with time of the first log.