文件名称:fluent-logger-php:Fluentd (PHP) 的结构化记录器
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-19 03:42:15
PHP
流利的记录器 PHP fluent-logger-php是一个PHP库,用于记录要通过PHP应用程序进行流利处理的事件。 要求 PHP 5.6 或更高版本 fluentd v0.9.20 或更高版本 安装 使用作曲家 作曲家.json { " require " : { " fluent/logger " : " v1.0.0 " } } 向后兼容性更改 从 v1 开始,除FluentLogger之外的所有记录器都被删除。 在此类用例中推荐使用 。 用法 PHP端 <?php require_once __DIR__. '/vendor/autoload.php' ; use Fluent \ Logger \ FluentLogger ; $ logger = new FluentLogger ( "localhost" , "24224" );
【文件预览】:
fluent-logger-php-master
----src()
--------JsonPacker.php(1KB)
--------FluentLogger.php(14KB)
--------PackerInterface.php(791B)
--------Exception.php(1KB)
--------LoggerInterface.php(1KB)
--------Entity.php(2KB)
----phpunit.xml.dist(2KB)
----examples()
--------stress()
--------001-first.php(494B)
----.travis.yml(354B)
----LICENSE(603B)
----README.md(1KB)
----tests()
--------Fluent()
--------bootstrap.php(62B)
----.gitignore(62B)
----composer.json(774B)