# Logger
The Caporal logger interface. It extends the Winston Logger interface and adds the following properties & methods.
# Hierarchy
Logger
↳ Logger
# Implements
- ReadableStream
- Writable
# Properties
# colorsEnabled
• colorsEnabled: boolean
Tells Caporal if colors are enabled or not.
# Methods
# disableColors
▸ disableColors(): void
Allow to force disabling colors.
Returns: void