go get -u github.com/ningmingxiao/[email protected]
package main
import (
"github.com/ningmingxiao/nlog"
)
func main() {
nlog.PrintStack()
nlog.LogStack("/var/log/test.log")
nlog.LogFile("/var/log/test.log", "hello")
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
go get -u github.com/ningmingxiao/[email protected]
package main
import (
"github.com/ningmingxiao/nlog"
)
func main() {
nlog.PrintStack()
nlog.LogStack("/var/log/test.log")
nlog.LogFile("/var/log/test.log", "hello")
}