Files
gf/.example/os/glog/glog_line.go

11 lines
201 B
Go

package main
import (
"github.com/gogf/gf/os/glog"
)
func main() {
glog.Line().Debug("this is the short file name with its line number")
glog.Line(true).Debug("lone file name with line number")
}