Class: LogEntry

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/fluent/plugin/thrift/scribe_types.rb

Constant Summary collapse

CATEGORY =
1
MESSAGE =
2
FIELDS =
{
  CATEGORY => {:type => ::Thrift::Types::STRING, :name => 'category'},
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



27
# File 'lib/fluent/plugin/thrift/scribe_types.rb', line 27

def struct_fields; FIELDS; end

#validateObject



29
30
# File 'lib/fluent/plugin/thrift/scribe_types.rb', line 29

def validate
end