func()

in logger/logevent.go [85:87]


func (e LogEntry) bytes() []byte {
	return []byte(strings.TrimSpace(e.String()) + "\n")
}