-
Manuel Kieweg authoredManuel Kieweg authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
loglevel.go 97 B
package log
type Level uint8
const (
PANIC Level = iota
FATAL
ERROR
WARNING
INFO
DEBUG
)