Method: Ougai::Formatters::Readable#excluded_fields

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

#excluded_fieldsArray<String, Symbol>

The fields excluded from all logs

Returns:

  • (Array<String, Symbol>)

    the current value of excluded_fields



10
11
12
# File 'lib/ougai/formatters/readable.rb', line 10

def excluded_fields
  @excluded_fields
end