Closed nofun97 closed 4 years ago
Added Debug, Debugf, Info, and Infof to the top level API.
Debug
Debugf
Info
Infof
I think it's worth mentioning in the code comments that these calls will panic if the logger hasn't been put onto the context.
Sure but we should probably discuss whether it should panic at all #9
Added
Debug
,Debugf
,Info
, andInfof
to the top level API.