Module: LogStruct::Log::Interfaces::CommonFieldBase
- Extended by:
- T::Helpers, T::Sig
- Included in:
- CommonFields, PublicCommonFields
- Defined in:
- lib/log_struct/shared/interfaces/common_field_base.rb
Instance Method Summary collapse
Instance Method Details
#level ⇒ Object
16 17 |
# File 'lib/log_struct/shared/interfaces/common_field_base.rb', line 16 def level end |
#serialize(strict = true) ⇒ Object
24 25 |
# File 'lib/log_struct/shared/interfaces/common_field_base.rb', line 24 def serialize(strict = true) end |
#timestamp ⇒ Object
20 21 |
# File 'lib/log_struct/shared/interfaces/common_field_base.rb', line 20 def end |