DEBSOURCES
Skip Quicknav
sources / golang-github-anacrolix-log / 0.13.1-2 / handler.go
1234567891011
package log type Handler interface { Handle(Record) } type Record struct { Msg Level Level Names []string }