package
0.9.0
Repository: https://github.com/interchainio/tm-load-test.git
Documentation: pkg.go.dev

# Functions

NewLogrusLogger will instantiate a logger with the given context.
NewNoopLogger will instantiate a logger that does nothing when called.

# Structs

LogrusLogger is a thread-safe logger whose properties persist and can be modified.
NoopLogger implements Logger, but does nothing.

# Interfaces

Logger is the interface to our internal logger.