Documentation
¶
Index ¶
- type Config
- type Gelf
- func (g *Gelf) Compress(b []byte) bytes.Buffer
- func (g *Gelf) CreateChunkedMessage(index int, chunkCountInt int, id []byte, compressed *bytes.Buffer) bytes.Buffer
- func (g *Gelf) GetChunksize() int
- func (g *Gelf) IntToBytes(i int) []byte
- func (g *Gelf) Log(message string) error
- func (g *Gelf) ParseJson(msg string) map[string]interface{}
- func (g *Gelf) Send(b []byte) error
- func (g *Gelf) TestForForbiddenValues(gmap map[string]interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gelf ¶
type Gelf struct {
Config
}
func (*Gelf) CreateChunkedMessage ¶
func (*Gelf) GetChunksize ¶
func (*Gelf) IntToBytes ¶
func (*Gelf) TestForForbiddenValues ¶
Click to show internal directories.
Click to hide internal directories.