go-log icon indicating copy to clipboard operation
go-log copied to clipboard

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")

Open Pitcag opened this issue 1 year ago • 0 comments

Pitcag avatar Aug 28 '24 02:08 Pitcag