package
0.34.4
Repository: https://github.com/hyperledger/burrow.git
Documentation: pkg.go.dev

# Functions

Filter logger allows us to filter lines logged to it before passing on to underlying output logger Creates a logger that removes lines from output when the predicate evaluates true.
No description provided by the author
Capture logger captures output sent to it in a buffer retaining a reference to its output logger (the logger whose input it is capturing).
Creates a Logger that uses a uses a non-blocking ring buffered channel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Creates a logger that forks log messages to each of its outputLoggers.
No description provided by the author
No description provided by the author
No description provided by the author
Returns a Logger that wraps the outputLogger passed and does not block on calls to Log and a channel of any errors from the underlying logger.
Provides a logger that sorts key-values with keys in keys before other key-values.
No description provided by the author

# 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
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

This represents an 'AND' type logger.