Esempio n. 1
0
func (out *StdOutput) Print(event common.MapStr) {
	str := event.String()
	fmt.Println(str)
}