Version v0.18.0 - Added timeout for Syslog
Version v0.17.0 - Changed default value for RuntimeErrorSkipCall from 2 to 1
Version v0.16.0 - Changed private runtimeErrorSkipCall to public RuntimeErrorSkipCall
Version v0.15.0 - Added support for automatically placing arguments in error message without placeholder at the end
Changed from generic ID type to specific string ID type
Added new Buffer methods like String(), Reset(), Bytes() and Length()
Added the SetHandler method. Export LogMessage as public method.
feat(stream): added support for custom stream handlers and NDJSON output format
feat(doc): moved module documentation to separate doc.go file
feat(logger): added methods to invoke set methods for all added log handlers
feat(uuid): dropped Google UUID dependency
feat(logger): added Emit() method that sends records to worker
feat(ci): added support for generating Go documentation also for tags refes
Added support for generating Go documentation for tags refs
Fixed syslog opening connection
Opener interface now returns I/O writer with error
Fixed all linter warnings and errors
First stable release