Versions in this module Expand all Collapse all v1 v1.0.1 Nov 19, 2019 Changes in this version + type DefaultOutput struct + func (o *DefaultOutput) Format(ts time.Time, lbls loghttp.LabelSet, maxLabelsLen int, line string) string + type JSONLOutput struct + func (o *JSONLOutput) Format(ts time.Time, lbls loghttp.LabelSet, maxLabelsLen int, line string) string + type LogOutput interface + Format func(ts time.Time, lbls loghttp.LabelSet, maxLabelsLen int, line string) string + func NewLogOutput(mode string, options *LogOutputOptions) (LogOutput, error) + type LogOutputOptions struct + NoLabels bool + Timezone *time.Location + type RawOutput struct + func (o *RawOutput) Format(ts time.Time, lbls loghttp.LabelSet, maxLabelsLen int, line string) string