Method: Ougai::Formatters::Readable#plain

Defined in:
lib/ougai/formatters/readable.rb,
lib/ougai/formatters/readable.rb

#plainBoolean

Whether log should be plain not colorized.

Returns:

  • (Boolean)

    the current value of plain



8
9
10
# File 'lib/ougai/formatters/readable.rb', line 8

def plain
  @plain
end