1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 08:36:33 +02:00

Logmatic fix (#914)

* Adding the marker field to improve the Logmatic.io compatibilty
This commit is contained in:
Guillaume Polaert
2017-03-12 17:13:04 +01:00
committed by Jordi Boggiano
parent c7776bba2b
commit 908960d30b
3 changed files with 12 additions and 7 deletions

View File

@@ -23,17 +23,17 @@ class LogmaticHandler extends SocketHandler
/**
* @var string
*/
protected $logToken;
private $logToken;
/**
* @var string
*/
protected $hostname;
private $hostname;
/**
* @var string
*/
protected $appname;
private $appname;
/**
* @param string $token Log token supplied by Logmatic.