 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormatterOpt ¶
type FormatterOpt func(Formatter)
type Handleable ¶
Handleable is a function that can be used as a Handler.
func (Handleable) Handle ¶
func (h Handleable) Handle(record *Record) bool
Handle is a function that can be used as a Handler.
func (Handleable) HandleBatch ¶
func (h Handleable) HandleBatch(records []*Record) bool
HandleBatch is a function that can be used as a Handler.
type HandlerOpt ¶
type HandlerOpt func(Handler)
HandlerOpt is a function that can be used to configure a Handler.
type Logger ¶
type Logger struct {
	logger.Loggerable
	// contains filtered or unexported fields
}
    func (*Logger) Processors ¶
type Opt ¶
type Opt func(*Logger)
func WithChannel ¶
func WithHandler ¶
func WithHandlers ¶
func WithProcessor ¶
func WithProcessors ¶
func WithTimezone ¶
 Click to show internal directories. 
   Click to hide internal directories.