Versions in this module Expand all Collapse all v3 v3.3.102 Mar 9, 2021 v3.3.101 Mar 3, 2021 Changes in this version + const RepoName + func SetLoggerFactory(f Factory) + type Factory func(pkgName string) ILogger + type ILogger interface + Debugf func(format string, args ...interface{}) + Errorf func(format string, args ...interface{}) + Infof func(format string, args ...interface{}) + Panicf func(format string, args ...interface{}) + SetLevel func(LogLevel) + Warningf func(format string, args ...interface{}) + func CreateCapnsLog(pkgName string) ILogger + func GetLogger(pkgName string) ILogger + func GetMonkeyLogger(pkgName string) ILogger + type LogLevel int + const CRITICAL + const DEBUG + const ERROR + const INFO + const WARNING Other modules containing this package github.com/vyevenko/dragonboat