Skip to content

Releases: AndrewDonelson/golog

Improved Dev/Prod Log Format

29 Apr 12:55
Compare
Choose a tag to compare

Updated the Development & Production Output formats. Dev will have a full path to the file (event), Production removes this to decrease log size and readability.

Call Depth fix

02 Jun 21:01
4d4bade
Compare
Choose a tag to compare

Caller depth was off after moving GetCaller() to global helper function

May Release

27 May 12:48
eb2aac2
Compare
Choose a tag to compare

All environments use same log format
Fixed logging method name
Added Log Event ID & Max of 999999 with rollover
Moved local helper functions & made global for end-user use
PrettyPrint is now a global function, not golog method
New output renders

Feb 2019 Update

18 Apr 12:27
1711bf4
Compare
Choose a tag to compare

Forgot to release Version for Feb Update

latest

18 Apr 12:33
1711bf4
Compare
Choose a tag to compare
Update golog.go

v1.0.0

20 Dec 00:08
21a482e
Compare
Choose a tag to compare
Merge pull request #25 from AndrewDonelson/develop

Update master to latest