Versions in this module Expand all Collapse all v1 v1.1.1 Jun 21, 2020 v1.1.0 Dec 27, 2019 Changes in this version + const Debug + const Error + const Fatal + const Info + const Warning + var LogLevelPriority = map[string]int + var StringToLoglevel = map[string]LogLevel + func DeregisterLogListener(name string) + func EvalToString(v interface{}) string + func Log(processorID uint64, rootMonitorID uint64, level LogLevel, v ...interface{}) + func LogLevelMatch(l1, l2 interface{}) bool + func RegisterLogListener(name string, listener LogFunc) + type LogFunc func(processorID uint64, rootMonitorID uint64, level LogLevel, v ...interface{}) + type LogLevel string