macOS
brew install zloglocal Homebrew formula metadata
sudo port install zlogMacPorts ports tree · devel/zlog/Portfile · ソース: api.github.com
brew
zlog のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install zloglocal Homebrew formula metadata
sudo port install zlogMacPorts ports tree · devel/zlog/Portfile · ソース: api.github.com
nix profile install nixpkgs#zlognixpkgs package indexes · pkgs/by-name/zl/zlog/package.nix · ソース: api.github.com
sudo apt install libzlog-devDebian stable package indexes · libzlog-dev · ソース: deb.debian.org
概要
High-performance C logging library
履歴
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.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
zlog-chk-conf | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/HardySimpson/zlog
インストールメタデータ
| パッケージキー | brew:zlog |
|---|---|
| バージョン | 1.2.18 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/zlog |
| ホームページ | https://github.com/HardySimpson/zlog |
| リポジトリ | https://github.com/HardySimpson/zlog |
| 上流ドキュメント | https://github.com/HardySimpson/zlog#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/HardySimpson/zlog/archive/refs/tags/1.2.18.tar.gz |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 zlogソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.