All Projects → z0mbie42 → Rz Go

z0mbie42 / Rz Go

Licence: other
Ripzap - Fast and 0 allocs leveled JSON logger for Go ⚡️. Dependency free.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Rz Go

Jl
jl — JSON Logs, a development tool for working with structured JSON logging.
Stars: ✭ 194 (-24.22%)
Mutual labels:  json, logging, logs, structured-logging
Cartus
A structured logging abstraction with multiple backends.
Stars: ✭ 21 (-91.8%)
Mutual labels:  logging, logs, structured-logging
Log
Structured Logging Made Easy
Stars: ✭ 350 (+36.72%)
Mutual labels:  json, logging, structured-logging
Zoya
Truly highly composable logging utility
Stars: ✭ 116 (-54.69%)
Mutual labels:  json, logging, logs
Zerolog
Zero Allocation JSON Logger
Stars: ✭ 5,642 (+2103.91%)
Mutual labels:  json, logging, structured-logging
Json in type
Fast json encoder in rust, that encodes the structure of JSON values in their types
Stars: ✭ 80 (-68.75%)
Mutual labels:  json, performance
Tabtoy
高性能表格数据导出器
Stars: ✭ 1,302 (+408.59%)
Mutual labels:  json, fast
Logger json
JSON console backend for Elixir Logger.
Stars: ✭ 108 (-57.81%)
Mutual labels:  json, logging
Borer
Efficient CBOR and JSON (de)serialization in Scala
Stars: ✭ 131 (-48.83%)
Mutual labels:  json, fast
Fast Xml Parser
Validate XML, Parse XML to JS/JSON and vise versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback
Stars: ✭ 1,021 (+298.83%)
Mutual labels:  json, fast
Yyjson
The fastest JSON library in C
Stars: ✭ 1,894 (+639.84%)
Mutual labels:  json, performance
Bricks
A standard library for microservices.
Stars: ✭ 142 (-44.53%)
Mutual labels:  json, logging
Fastjson
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
Stars: ✭ 1,164 (+354.69%)
Mutual labels:  json, fast
Zzzjson
The fastest JSON parser written in pure C
Stars: ✭ 66 (-74.22%)
Mutual labels:  json, fast
Saw
Fast, multi-purpose tool for AWS CloudWatch Logs
Stars: ✭ 1,071 (+318.36%)
Mutual labels:  json, logs
Plug logger json
Elixir Plug that formats http request logs as json
Stars: ✭ 125 (-51.17%)
Mutual labels:  json, logging
Co
Art of C++. Flag, logging, unit-test, json, go-style coroutine and more.
Stars: ✭ 2,264 (+784.38%)
Mutual labels:  json, logging
Terse Logback
Structured Logging, Tracing, and Observability with Logback
Stars: ✭ 146 (-42.97%)
Mutual labels:  json, structured-logging
Zio Json
Fast, secure JSON library with tight ZIO integration.
Stars: ✭ 218 (-14.84%)
Mutual labels:  json, performance
Pino
🌲 super fast, all natural json logger
Stars: ✭ 8,475 (+3210.55%)
Mutual labels:  json, fast

rz

RipZap - The fastest structured, leveled JSON logger for Go ⚡️. Dependency free.


Make logging great again

GoDoc GitHub release

Console logging

The rz package provides a fast and simple logger dedicated to JSON output avoiding allocations and reflection..

Uber's zap and rs's zerolog libraries pioneered this approach.

ripzap is an update of zerolog taking this concept to the next level with a simpler to use and safer API and even better performance.

To keep the code base and the API simple, ripzap focuses on efficient structured logging only. Pretty logging on the console is made possible using the provided (but inefficient) Formatters.

Moved to https://gitlab.com/bloom42/libs/rz-go

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].