macOS
brew install zloglocal Homebrew formula metadata
sudo port install zlogMacPorts ports tree · devel/zlog/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de zlog pour les workflows d'agents IA.
installation
brew install zloglocal Homebrew formula metadata
sudo port install zlogMacPorts ports tree · devel/zlog/Portfile · Source: api.github.com
nix profile install nixpkgs#zlognixpkgs package indexes · pkgs/by-name/zl/zlog/package.nix · Source: api.github.com
sudo apt install libzlog-devDebian stable package indexes · libzlog-dev · Source: deb.debian.org
aperçu
High-performance C logging library
historique
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.
posture de sécurité
library-like package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
zlog-chk-conf | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/HardySimpson/zlog
métadonnées d'installation
| Clé du paquet | brew:zlog |
|---|---|
| Version | 1.2.18 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/zlog |
| Page d'accueil | https://github.com/HardySimpson/zlog |
| Dépôt | https://github.com/HardySimpson/zlog |
| Docs amont | https://github.com/HardySimpson/zlog#readme |
| Licence | Apache-2.0 |
| Archive source | https://github.com/HardySimpson/zlog/archive/refs/tags/1.2.18.tar.gz |
| Bouteille | disponible (sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 zlogpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.