macOS
brew install zloglocal Homebrew formula metadata
sudo port install zlogMacPorts ports tree · devel/zlog/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für zlog in AI-Agent-Workflows.
Installation
brew install zloglocal Homebrew formula metadata
sudo port install zlogMacPorts ports tree · devel/zlog/Portfile · Quelle: api.github.com
nix profile install nixpkgs#zlognixpkgs package indexes · pkgs/by-name/zl/zlog/package.nix · Quelle: api.github.com
sudo apt install libzlog-devDebian stable package indexes · libzlog-dev · Quelle: deb.debian.org
Überblick
High-performance C logging library
Verlauf
zlog is a pure-C logging library by Hardy Simpson, written to provide application-style logging features for C programs without external dependencies beyond POSIX and C runtime facilities.
The GitHub repository was created in 2011. The README and user's guide explain the author's motivation directly: printf is hard to redirect or reformat, syslog is oriented toward system logging, and C lacked a convenient logging library comparable to logback or log4cxx for application developers.
The library's model centers on categories, formats, and rules. That makes it closer to configurable application logging frameworks than to a tiny header-only debug macro.
Public source material is thin, but zlog persisted as a packaged C library because it solved a narrow systems-programming need: configurable, thread-aware logging with file rotation, multiple destinations, and a small dependency footprint.
A C program initializes zlog with a configuration file, obtains a category, writes messages through zlog macros or functions, and finalizes the library during shutdown. Configuration rules decide level, destination, and format, so logging behavior can change without recompiling the application.
The bundled zlog-chk-conf utility is useful for checking configuration files before an application relies on them.
zlog is package-nerd glue: not flashy, but exactly the sort of small C library that shows up when older or portable software needs structured logging without adopting a large framework. Its documentation is unusually explicit about why it exists and what it replaces.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
zlog-chk-conf | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/HardySimpson/zlog
Installationsmetadaten
| Paketschlüssel | brew:zlog |
|---|---|
| Version | 1.2.18 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/zlog |
| Homepage | https://github.com/HardySimpson/zlog |
| Repository | https://github.com/HardySimpson/zlog |
| Upstream-Dokumentation | https://github.com/HardySimpson/zlog#readme |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/HardySimpson/zlog/archive/refs/tags/1.2.18.tar.gz |
| Bottle | verfügbar (auf arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zlog |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
libzlog-dev 1.2.18-1+b1
mutli features pure C logging library -- development files
https://github.com/HardySimpson/zlog
sudo apt install libzlog-devlibzlog1 1.2.18-1+b1
mutli features pure C logging library -- runtime library
https://github.com/HardySimpson/zlog
sudo apt install libzlog1zlog
nix profile install nixpkgs#zlogzlog
sudo port install zlogQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.