Releases: gildas/go-logger
Releases · gildas/go-logger
Bug fixes
Bug Fix Release
logger.Create("MyAoo")
(i.e. with no parameters) was not using the LOG_DESTINATION
environment variable if provided.
Standard Log Compatibility
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
- Bug fixes
- FileStream will create the necessary directories of its
Path
as needed.
Error Standardization, Episode 2
We now use gildas/[email protected]
Bug fixes
Error Standardization
Use gildas/go-errors
Converters, bug fixes
Added Converter types that convert a Record into another format
Removed obsolete Stream GCPStream
All Streams are thread-safe
Streamer Improvements
Multi-thread safety for streamers
Buffered streamers flush via a go func
Use go-core
v1.1.2 use go-core