StefanKopieczek / gossip

SIP stack in Golang
GNU Lesser General Public License v2.1
336 stars 109 forks source link

Improve logging, bonus edition #15

Closed StefanKopieczek closed 9 years ago

StefanKopieczek commented 9 years ago

Logs should include the last line of the stack trace before the log call, and a line reference if possible, e.g.

2015-07-17 08:40 [18425] foo.go (fooDoer.doBar:83): The fooDoer did a bar.

StefanKopieczek commented 9 years ago

I think this is fixed in PR #16. Close if you agree.