Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoggerFactory ¶
func NewLoggerFactory(l logger.Logger, opts ...Option) logging.LoggerFactory
Types ¶
type FilterFunc ¶ added in v1.38.0
type Option ¶ added in v1.38.0
type Option func(o *Options)
func WithPrefixFilter ¶ added in v1.38.0
func WithPrefixFilter(f PrefixFilter) Option
type Options ¶ added in v1.38.0
type Options struct {
PrefixFilter PrefixFilter
}
type PrefixFilter ¶ added in v1.38.0
type PrefixFilter map[string]*prefixSet
func NewPrefixFilter ¶ added in v1.38.0
func NewPrefixFilter(prefixes map[string][]string) PrefixFilter
Click to show internal directories.
Click to hide internal directories.