func()

in internal/output/lumberjack/lumberjack.go [79:84]


func (o *Output) Close() error {
	if o.client != nil {
		return o.client.Close()
	}
	return nil
}