package
0.14.1
Repository: https://github.com/abhinav/tmux-fastcopy.git
Documentation: pkg.go.dev

# Packages

Package logtest provides a logger that can write to a testing.T.

# Functions

New builds a logger that writes to the given writer.

# Constants

Supported log levels.
Supported log levels.
Supported log levels.

# Variables

Discard is a logger that discards all its operations.

# Structs

Logger is a thread-safe logger safe for concurrent use.
Writer is an io.Writer that writes to the provided logger, splitting messages across newlines into new log entries.

# Type aliases

Level specifies the level of logging.