# Functions
New creates a new Logger.
NewNopLogger returns a Logger containing a no-op zap logger for testing purposes.
# Structs
LeecherSummary contains information about piece requests from and pieces sent to a peer.
Logger wraps structured log entries for important torrent events.
SeederSummary contains information about piece requests to and pieces received from a peer.
# Type aliases
LeecherSummaries represents a slice of type LeecherSummary that can be marshalled for logging.
SeederSummaries represents a slice of type SeederSummary that can be marshalled for logging.