Skip to content

Zero Allocation JSON Logger with SMS Mobile log level

License

Notifications You must be signed in to change notification settings

infobip-community/zerolog-sms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Allocation JSON Logger with Infobip SMS

godoc license Build Status Go Coverage

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.

About

Zero Allocation JSON Logger with SMS Mobile log level

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%