gf/geg/os/glog/glog_error.go
2018-08-24 23:41:58 +08:00

13 lines
140 B
Go

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