All Projects → rsyslog → Liblognorm

rsyslog / Liblognorm

Licence: other
a fast samples-based log normalization library

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Liblognorm

Log Process Errors
Show some ❤️ to Node.js process errors
Stars: ✭ 424 (+423.46%)
Mutual labels:  library, logging
Python Colorlog
A colored formatter for the python logging module
Stars: ✭ 676 (+734.57%)
Mutual labels:  library, logging
Fastlib
一个Android项目级快速开发框架,节约大部分写常用功能时间以实现更多项目业务功能及体验上的优化。使用说明见wiki
Stars: ✭ 469 (+479.01%)
Mutual labels:  library, fast
Diary
📑 Zero-dependency, fast logging library for both Node and Browser.
Stars: ✭ 79 (-2.47%)
Mutual labels:  logging, fast
Belogging
Easy and opinionated logging configuration for Python apps
Stars: ✭ 20 (-75.31%)
Mutual labels:  library, logging
Go Grpc Middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
Stars: ✭ 4,170 (+5048.15%)
Mutual labels:  library, logging
Pbf
A low-level, lightweight protocol buffers implementation in JavaScript.
Stars: ✭ 618 (+662.96%)
Mutual labels:  library, fast
Rz Go
Ripzap - Fast and 0 allocs leveled JSON logger for Go ⚡️. Dependency free.
Stars: ✭ 256 (+216.05%)
Mutual labels:  logging, fast
Humblelogging
HumbleLogging is a lightweight C++ logging framework. It aims to be extendible, easy to understand and as fast as possible.
Stars: ✭ 15 (-81.48%)
Mutual labels:  library, logging
Candyview
Implement any RecyclerView in just 1 Line. CandyView handles everything for you.
Stars: ✭ 15 (-81.48%)
Mutual labels:  library, fast
Cheap Ruler
Fast approximations for common geodesic measurements 🌐
Stars: ✭ 334 (+312.35%)
Mutual labels:  library, fast
Logging Log4j2
Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.
Stars: ✭ 1,133 (+1298.77%)
Mutual labels:  library, logging
Rex
Your RegEx companion.
Stars: ✭ 283 (+249.38%)
Mutual labels:  library, regexp
Onelog
Dead simple, super fast, zero allocation and modular logger for Golang
Stars: ✭ 389 (+380.25%)
Mutual labels:  logging, fast
Pygogo
A Python logging library with superpowers
Stars: ✭ 265 (+227.16%)
Mutual labels:  library, logging
Faster
Fast persistent recoverable log and key-value store + cache, in C# and C++.
Stars: ✭ 4,846 (+5882.72%)
Mutual labels:  library, logging
Store
A beautifully-simple framework-agnostic modern state management library.
Stars: ✭ 204 (+151.85%)
Mutual labels:  library, fast
Csv
[DEPRECATED] See https://github.com/p-ranav/csv2
Stars: ✭ 237 (+192.59%)
Mutual labels:  library, fast
Polysnap
A work in progress polygon operations library with integer snap-rounding
Stars: ✭ 14 (-82.72%)
Mutual labels:  library, fast
Plog
Portable, simple and extensible C++ logging library
Stars: ✭ 1,061 (+1209.88%)
Mutual labels:  library, logging

Liblognorm is a fast-samples based normalization library.

More information on liblognorm can be found at http://www.liblognorm.com

Liblognorm evolves since several years and was intially meant to be used primarily with the Mitre CEE effort. Consequently, the initial version of liblognorm (0.x) uses the libee CEE support library in its API.

As time evolved, the initial CEE schema underwent considerable change. Even worse, Mitre lost funding for CEE. While the CEE ideas survived as part of Red Hat-driven "Project Lumberjack", the data structures became greatly simplified and JSON based. That effectively made libee obsolete (and also in parts libestr, which was specifically written to support CEE's initial requirement of embedded NUL chars in strings).

In 2013, Pavel Levshin converted liblognorm to native JSON, which helped improve performance and simplicity for many client applications. Unfortunately, this change broke interface compatibility (and there was no way to avoid that, obviously...).

In 2015, most parts of liblognorm were redesigned and rewritten as part of Rainer Gerhards' master thesis. For full technical details of how liblognorm operates, and why it is so fast, please have a look at

https://www.researchgate.net/publication/310545144_Efficient_Normalization_of_IT_Log_Messages_under_Realtime_Conditions

The current library is the result of that effort. Application developers are encouraged to switch to this version, as it provides the benefit of a simpler API. This version is now being tracked by the git master branch.

However, if you need to stick to the old API, there is a git branch liblognorm0, which contains the previous version of the library. This branch is also maintained for important bug fixes, so it is safe to use.

We recommend that packagers create packages both for liblognorm0 and liblognorm1. Note that liblognorm's development packages cannot coexist on the same system as the PKGCONFIG system would get into trouble. Adiscon's own packages follow this schema.

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].