handlers

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Discard = logg.HandlerFunc(func(e *logg.Entry) error {
	return nil
})

Discard is a no-op handler that discards all log messages.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package cli implements a colored text handler suitable for command-line interfaces.
Package cli implements a colored text handler suitable for command-line interfaces.
Package json implements a JSON handler.
Package json implements a JSON handler.
Package level implements a level filter handler.
Package level implements a level filter handler.
Package memory implements an in-memory handler useful for testing, as the entries can be accessed after writes.
Package memory implements an in-memory handler useful for testing, as the entries can be accessed after writes.
Package multi implements a handler which invokes a number of handlers.
Package multi implements a handler which invokes a number of handlers.
Package text implements a development-friendly textual handler.
Package text implements a development-friendly textual handler.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL