Colorizes the output of the standard library logger, depending on the logger level:

require 'logger/colors'

To adjust the colors, look at Logger::Colors::SCHEMA and Logger::Colors::constants

J-_-L