gelf-php:Graylog2 的 GELF 库

时间:2024-07-04 19:56:17
【文件属性】:

文件名称:gelf-php:Graylog2 的 GELF 库

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-04 19:56:17

PHP

mlehner/gelf-php 该库能够将消息发送到兼容服务器,例如版中的。 地位 这个库很旧,只有一个提到的功能。 不需要进一步的开发和新功能来支持这个较新的分支 。 安装 只需使用 Composer 按名称要求包: $ php composer.phar require mlehner/gelf-php " ~1.1.0 " 用法 例子: // Create a Message and set your logging information. $ message = new Message (); $ message -> setFullMessage ( 'Your full log mesage' ); $ message -> setHost ( 'example.com' ); $ message -> setLevel ( 3 ); // List of sup


【文件预览】:
gelf-php-master
----src()
--------Gelf()
----.idea()
--------scopes()
----.travis.yml(205B)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------Gelf()
----.gitignore(21B)
----composer.json(662B)

网友评论