2017 © Pedro Peláez
 

library graylog-udp

The wrapper to send log-message to a Graylog server using the UDP transport

image

elementary/graylog-udp

The wrapper to send log-message to a Graylog server using the UDP transport

  • Sunday, March 18, 2018
  • by elementary
  • Repository
  • 1 Watchers
  • 0 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

The wrapper to send log-message to a Graylog server using the UDP transport

Latest Stable Version License Build Status Coverage Status, (*1)

Installation

The preferred way to install this extension is through composer and then run, (*2)

composer require elementary/graylog-udp

Usage

use elementary\logger\graylog\udp\GraylogUdp;

$ex = new GraylogUdp('TestFacility', 'TestHost', 12201);
$ex->info('TestMessage', ['clientIp' => '127.0.0.1']);

Testing and Code coverage

Unit Tests are located in tests directory. You can run your tests and collect coverage with the following command:, (*3)

vendor/bin/phpunit

Result of coverage will be output into the tests/output directory., (*4)

License

For license information check the LICENSE-file., (*5)

The Versions

18/03 2018

dev-master

9999999-dev

The wrapper to send log-message to a Graylog server using the UDP transport

  Sources   Download

MIT

The Requires

 

The Development Requires

by Artiom Vendelev

18/03 2018

1.0.2

1.0.2.0

The wrapper to send log-message to a Graylog server using the UDP transport

  Sources   Download

MIT

The Requires

 

The Development Requires

by Artiom Vendelev

15/03 2018

1.0.1

1.0.1.0

A php implementation to send log-files to a Graylog server using the UDP transport

  Sources   Download

MIT

The Requires

 

by Artiom Vendelev

15/03 2018

1.0.0

1.0.0.0

A php implementation to send log-files to a Graylog server using the UDP transport

  Sources   Download

MIT

The Requires

 

by Artiom Vendelev