Skip to content

Releases: gildas/go-logger

Bug fixes

30 Jun 03:05
Compare
Choose a tag to compare

The only fix this time is about not panicking when logger.Errorf is given a nil error.

Bug Fix Release

17 Jun 17:18
Compare
Choose a tag to compare

logger.Create("MyAoo") (i.e. with no parameters) was not using the LOG_DESTINATION environment variable if provided.

Standard Log Compatibility

08 Jun 14:19
Compare
Choose a tag to compare

Standard Log Compatibility:
log.AsStandardLog() retrieves an io.Writer that can be used in lieu of loggers from the log standard package.

We also switched the pipeline from Azure Pipelines to Github Actions.

v1.3.5

08 Apr 10:02
Compare
Choose a tag to compare
  • Bug fixes
  • FileStream will create the necessary directories of its Path as needed.

Error Standardization, Episode 2

06 Feb 00:54
Compare
Choose a tag to compare

Bug fixes

06 Feb 00:41
Compare
Choose a tag to compare

Use latest go-errors

Error Standardization

06 Feb 00:39
Compare
Choose a tag to compare

Use gildas/go-errors

Converters, bug fixes

06 Feb 00:39
Compare
Choose a tag to compare

Added Converter types that convert a Record into another format
Removed obsolete Stream GCPStream
All Streams are thread-safe

Streamer Improvements

06 Feb 00:38
Compare
Choose a tag to compare

Multi-thread safety for streamers
Buffered streamers flush via a go func

Use go-core

06 Feb 00:38
Compare
Choose a tag to compare
v1.1.2

use go-core