vectordotdev / timber-ruby

🌲 Great Ruby logging made easy.
https://timber.io
Other
154 stars 19 forks source link

Color #207

Open ghost opened 5 years ago

ghost commented 5 years ago

I can create this file:

require 'timber'
z = Timber::Logger.new(STDOUT)
z.warn 'abcde'

but it outputs in black and white. Is color an option?