1 package gel 2 3 import ( 4 "github.com/p9c/log" 5 6 "github.com/p9c/gel/version" 7 ) 8 9 var F, E, W, I, D, T = log.GetLogPrinterSet(log.AddLoggerSubsystem(version.PathBase)) 10