The zerolog-sms package provides a fast and simple logger dedicated to JSON output with an added SMS mobile logging level using the Infobip API and the Infobip API Go SDK.
This project is only for demonstration purposes. To use this version, clone this repo and add a replace
statement to your project's go.mod
file. For example:
replace github.com/rs/zerolog v1.31.0 => ../../Projects/zerolog-sms
Zerolog's API is designed to provide both a great developer experience and stunning performance. Its unique chaining API allows zerolog to write JSON (or CBOR) log events by avoiding allocations and reflection.
To know more details about the original zerolog, please read their Readme.