package
1.4.0
Repository: https://github.com/hamba/pkg.git
Documentation: pkg.go.dev

# Functions

Debug logs a debug message.
Error logs an error message.
Fatal is equivalent to Error() followed by a call to os.Exit(1).
Info logs an informational message.
NewMockLoggable creates a new MockLoggable.

# Variables

Null is the null Logger instance.

# Structs

MockLoggable implements the Loggable interface.

# Interfaces

Loggable represents an object that has a Logger.
Logger represents an abstract logging object.