Optional allOptional colorsAn object containing the colors for the log levels. For example: { info: 'blue', error: 'red' }.
Optional levelIf set to true the color will be applied to the level.
Optional levelsLog levels. Defaults to configs.npm.levels from triple-beam
module.
Optional messageIf set to true the color will be applied to the message.
If set to
truethe color will be applied to themessageandlevel.