package
1.12.0
Repository: https://github.com/drone/runner-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Discard returns a no-op logger.
DiscardDumper returns a no-op dumper.
FromContext retrieves the current logger from the context.
FromRequest retrieves the current logger from the request.
Logrus returns a Logger that wraps a logrus.Entry.
StandardDumper returns a standard dumper.
WithContext returns a new context with the provided logger.

# Variables

Default returns the default logger.

# Interfaces

Dumper dumps the http.Request and http.Response message payload for debugging purposes.
A Logger represents an active logging object that generates lines of output to an io.Writer.