apex / log

Structured logging package for Go.
MIT License
1.36k stars 110 forks source link

log.Panic #79

Closed roelandxyz closed 4 years ago

roelandxyz commented 4 years ago

Maybe a stupid question, but why is there no log.Panic/log.Panicf ?

tj commented 4 years ago

I guess I don't panic often haha, that's about it really

roelandxyz commented 4 years ago

I only have a couple of uses. I now just log an error and do a manual panic. You don't have to add it for me. Thanks for the information and thanks for making this library!