Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Journal ¶
type Message ¶
type Message struct { Id string Version string Host string SenderHost string Input string Short string Full string TimeUnix time.Time ReceivedTimeUnix time.Time Level int32 Facility string Extra map[string]interface{} }
func FromGelfMessage ¶
func (*Message) MarshalJSON ¶
func (*Message) UnmarshalJSON ¶
type PebbleJournal ¶
type PebbleJournal struct {
// contains filtered or unexported fields
}
func (*PebbleJournal) Close ¶
func (journal *PebbleJournal) Close() error
func (*PebbleJournal) ListMessages ¶
func (*PebbleJournal) WriteMessage ¶
func (journal *PebbleJournal) WriteMessage(message *Message) error
Click to show internal directories.
Click to hide internal directories.