You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import "github.com/siddontang/go-log/log"
//log with different level
log.Info("hello world")
log.Error("hello world")
//create a logger with specified handler
h := NewStreamHandler(os.Stdout)
l := log.NewDefault(h)
l.Info("hello world")
#5
Open
Pitcag opened this issue
Aug 28, 2024
· 0 comments
No description provided.
The text was updated successfully, but these errors were encountered: