You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A package to send [gelf](http://docs.graylog.org/en/2.1/pages/gelf.html) logs to a gelf compatible backend like graylog. It is a Laravel wrapper for [bzikarsky/gelf-php](https://github.com/bzikarsky/gelf-php) package.
22
-
23
-
It uses the new [Laravel custom log channel](https://laravel.com/docs/master/logging) introduced in Laravel 5.6.
1
+
# Hypervel Gelf Logger
2
+
3
+
A package to send [gelf](http://docs.graylog.org/en/2.1/pages/gelf.html) logs to a gelf compatible backend like graylog. It is a Hypervel wrapper for [bzikarsky/gelf-php](https://github.com/bzikarsky/gelf-php) package.
4
+
5
+
This package uses Hypervel's custom log channel system.
24
6
25
7
A gelf receiver like graylog2 must be configured to receive messages with a GELF UDP, TCP or HTTP Input.
26
8
@@ -38,7 +20,7 @@ A gelf receiver like graylog2 must be configured to receive messages with a GELF
38
20
Install via [composer](https://getcomposer.org/doc/00-intro.md)
39
21
40
22
```sh
41
-
composer require hedii/laravel-gelf-logger
23
+
composer require nuwber/hypervel-gelf-logger
42
24
```
43
25
44
26
Edit `config/logging.php` to add the new `gelf` log channel.
Once you have modified the Laravel logging configuration, you can use the gelf log channel [as any Laravel log channel](https://laravel.com/docs/master/logging#writing-log-messages).
152
+
Once you have modified the Hypervel logging configuration, you can use the gelf log channel as any Hypervel log channel.
171
153
172
154
### Example
173
155
@@ -192,4 +174,8 @@ composer test
192
174
193
175
## License
194
176
195
-
laravel-gelf-logger is released under the MIT Licence. See the bundled [LICENSE](https://github.com/hedii/laravel-gelf-logger/blob/master/LICENSE.md) file for details.
177
+
hypervel-gelf-logger is released under the MIT Licence. See the bundled LICENSE file for details.
178
+
179
+
## Credits
180
+
181
+
This package is a Hypervel port of [hedii/laravel-gelf-logger](https://github.com/hedii/laravel-gelf-logger).
0 commit comments