10 lines
170 B
Go
10 lines
170 B
Go
package gel
|
|
|
|
import (
|
|
"github.com/p9c/p9/pkg/log"
|
|
|
|
"github.com/p9c/p9/version"
|
|
)
|
|
|
|
var F, E, W, I, D, T = log.GetLogPrinterSet(log.AddLoggerSubsystem(version.PathBase))
|