Documentation
¶
Overview ¶
Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogfmtCmd ¶
func RunCmdLine ¶
func RunCmdLine()
Types ¶
type Options ¶
type Options struct { ShowFields flagValueForShow ShowLevels flagValueForLevel OnlyHostname string OnlyPid string OnlyService string OnlyInternal bool FollowTail bool DequoteNewlines bool TruncateService bool TruncateComponent bool ComponentFilter regexFlag MessageFilter regexFlag Format OutputFormat }
func NewOptions ¶
func NewOptions() (ret Options)
type OutputFormat ¶
type OutputFormat int
const ( FormatVespa OutputFormat = iota //default is vespa FormatRaw FormatJSON )
func (*OutputFormat) Set ¶
func (v *OutputFormat) Set(val string) error
func (*OutputFormat) String ¶
func (v *OutputFormat) String() string
func (*OutputFormat) Type ¶
func (v *OutputFormat) Type() string
Click to show internal directories.
Click to hide internal directories.