Documentation
¶
Index ¶
- type Fields
- type Message
- func (m *Message) FieldFloat32(key string, field float32) message.Message
- func (m *Message) FieldFloat64(key string, field float64) message.Message
- func (m *Message) FieldInt(key string, field int) message.Message
- func (m *Message) FieldString(key string, field string) message.Message
- func (m *Message) Fields(mapOfFields map[string]interface{}) message.Message
- func (m *Message) String() string
- func (m *Message) Tag(tag string) message.Message
- func (m *Message) Tags(tags []string) message.Message
- func (m *Message) Write() (err error)
- type Tags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func NewMessage ¶
func (*Message) FieldFloat32 ¶
func (*Message) FieldFloat64 ¶
func (*Message) FieldString ¶
type Tags ¶
type Tags struct {
// contains filtered or unexported fields
}
func (*Tags) LongestTagSize ¶
Click to show internal directories.
Click to hide internal directories.