Module: LogStruct::Log::Interfaces::CommonFields Abstract

Overview

This module is abstract.

Subclasses must implement the abstract methods below.

Instance Method Summary collapse

Methods included from CommonFieldBase

#level, #serialize, #timestamp

Instance Method Details

#eventEvent

This method is abstract.

Returns:



25
26
# File 'lib/log_struct/shared/interfaces/common_fields.rb', line 25

def event
end

#sourceSource

This method is abstract.

Returns:



21
22
# File 'lib/log_struct/shared/interfaces/common_fields.rb', line 21

def source
end