package
0.0.0-20230919112353-bd4e2c0a3a3c
Repository: https://github.com/hyperledger-labs/mirbft.git
Documentation: pkg.go.dev
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ConsoleDebugLogger implements Logger and writes all log messages to stdout.
ConsoleErrorLogger implements Logger and writes all LevelError log messages to stdout.
ConsoleInfoLogger implements Logger and writes all LevelInfo and above log messages to stdout.
ConsoleWarnLogger implements Logger and writes all LevelWarn and above log messages to stdout.
NilLogger drops all log messages.
# Interfaces
Logger is minimal logging interface designed to be easily adaptable to any logging library.
# Type aliases
No description provided by the author