gf/geg/os/glog.go

13 lines
143 B
Go

package main
import (
"gitee.com/johng/gf/g/os/glog"
)
func main() {
//glog.SetLogPath("/tmp/")
glog.Error("This is error!")
}