The verbosity level of the logging to use.
Configure std.experimental.logger with a colorlog instance.
It will detect whether or not stdout/stderr are a console/TTY and will consequently disable colored output if needed.
See Source File
Joakim Brännström (joakim.brannstrom@gmx.com)
Handles console logging in pretty colors.
The module disables colors when stdout and stderr isn't a TTY that support colors. This is to avoid ASCII escape sequences in piped output.
Boost Software License 1.0
Copyright (c) 2018, Joakim Brännström. All rights reserved.