Documentation
¶
Overview ¶
Package logging implements various data logging gadgets that enhance the core housemon logger.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogArchiverTGZ ¶
type LogArchiverTGZ struct { flow.Gadget Param flow.Input In flow.Input //the filename we see for input Out flow.Output //what we generate Info flow.Output //output some information about whats happening Reject flow.Output //TODO:move key fails to here }
LogArchiverTGZ supports either [tar]ing and/or [gzip]ing files using an input mask to determine output characteristics
func (*LogArchiverTGZ) Run ¶
func (w *LogArchiverTGZ) Run()
Run is the main flow gadget entry point.
Click to show internal directories.
Click to hide internal directories.