logfmt_ex

A logfmt log formatter for Elixir.

MIT License

Downloads
106K
Stars
23
Committers
2

Bot releases are hidden (Show)

logfmt_ex - v0.4.2 Latest Release

Published by akasprzok about 2 years ago

Primarily contains enhancements to documentation.

Empty value strings are no longer encoded as "", but instead are left empty to comply with the logfmt spec. So instead of empty="", it now encodes as empty=.

logfmt_ex - Better docs

Published by akasprzok about 2 years ago

Maintenance release with some refactoring.

Hexdocs should be much better now!

logfmt_ex - v0.2.1 fix IOdata message input

Published by akasprzok over 2 years ago

Fixes a bug that would under certain circumstances crash the GenServer.

logfmt_ex - GenServer, Example Application, ISO8601

Published by akasprzok over 2 years ago

  • Now instantiates a GenServer that handles opts for the library.
  • Added example application to source code
  • now supports :iso8601 timestamp_format option

Full Changelog: https://github.com/akasprzok/logfmt_ex/compare/v0.1.1...v0.2.0

logfmt_ex - Initial GH Release

Published by akasprzok over 2 years ago

GH releases to be synced with hex releases going forward.

What's Changed

New Contributors

Full Changelog: https://github.com/akasprzok/logfmt_ex/commits/v0.1.1