debug

package
v0.0.0-...-ff439f2 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Enable enables debugging information to be emitted
	Enable = internal.Debug.Enable

	// IsEnabled returns whether debugging information is enabled
	IsEnabled = internal.Debug.IsEnabled

	// WithConsumer provides a debugging Consumer to the provided callback
	// function. That Consumer is managed by the call to WithConsumer, so
	// it need not be closed explicitly by the caller
	WithConsumer = internal.Debug.WithConsumer

	// TailLogTo begins to stream any new debugging information to the
	// specified io.Writer. Debugging information must be enabled for this
	// call to produce any output
	TailLogTo = internal.Debug.TailLogTo
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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