Documentation ¶
Index ¶
Constants ¶
View Source
const (
MB = 1 << (10 * 2)
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogLevelValue ¶
type LogLevelValue struct {
// contains filtered or unexported fields
}
func (*LogLevelValue) Set ¶
func (l *LogLevelValue) Set(s string) error
func (*LogLevelValue) String ¶
func (l *LogLevelValue) String() string
type Loglet ¶
type Loglet struct { KafkaBrokers []string KafkaTopic string CursorFile string MaxMessageDelay time.Duration MaxMessageSize int MaxMessageCount int DefaultFields map[string]string LogLevel log.Level IncludeFilters []string ExcludeFilters []string // testing/debugging FakeKafka bool CpuProfile string MemProfile string }
Click to show internal directories.
Click to hide internal directories.