Skip to content

Releases: unacast/logger

Add missing loglevel translations for GCP

07 Jan 15:38
cc7bad9
Compare
Choose a tag to compare
Merge pull request #8 from jarlefosen/add-missing-loglevels

Update missing loglevel translations for GCP

Inline the reportError function

10 Oct 20:21
Compare
Choose a tag to compare

It was only used in one location

Remove a stray panic in Fatal and fix the tests

24 Aug 08:25
Compare
Choose a tag to compare
1.1.1

Remove a stray panic in Fatal and fix the tests

Deprecate the SetUpErrorReporting func

21 Aug 11:14
9316820
Compare
Choose a tag to compare
  • The Fatal() func no longer panics if errorreporting is enabled, but exits with an exit code instead.
  • The ReportPanics function exits with exit code 1337 instead of repanicing

Translate LOGXI Fatal to CRITICAL

07 Aug 12:19
Compare
Choose a tag to compare
1.0.8

Translate LOGXI Fatal to CRITICAL in Stackdriver

Include the ability to report ERROR and FATAL to Stackdriver Errorreporting

01 Aug 12:08
d724d96
Compare
Choose a tag to compare
Merge pull request #6 from unacast/report-all-errors

Allow Error reporting for all Errors and Fatals logged

1.0.6

06 Jul 22:28
bdec3e9
Compare
Choose a tag to compare

Update dependencies