package
0.4.1
Repository: https://github.com/obsidiandynamics/libstdgo.git
Documentation: pkg.go.dev

# Functions

Bind makes a new Log15 binding using the given constructor to create the underlying Log15 logger.
NoDestructor is a no-op destructor.
WithContext returns a constructor for creating a Log15 logger from the given parent logger and additional context.
WithHandler wraps a given constructor to inject the given handler to a newly created Log15 logger before returning it to the caller.

# Constants

KeyErr is used to key Scene.Err into the custom context.

# Structs

FullFormat prints all fields in a log record.

# Interfaces

Binding captures the state of the binding, including the underlying logger instance.

# Type aliases

Constructor is a way of creating a Log15 logger.
Destructor provides a way of cleaning up.