We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?
I can create this file:
but it outputs in black and white. Is color an option?