Versions in this module Expand all Collapse all v0 v0.3.0 Aug 18, 2019 v0.2.0 Aug 2, 2019 Changes in this version + type DefaultOutput struct + func (o *DefaultOutput) Format(ts time.Time, lbls *labels.Labels, maxLabelsLen int, line string) string + type JSONLOutput struct + func (o *JSONLOutput) Format(ts time.Time, lbls *labels.Labels, maxLabelsLen int, line string) string + type LogOutput interface + Format func(ts time.Time, lbls *labels.Labels, 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 *labels.Labels, maxLabelsLen int, line string) string