added constant ALL for all mosquitto log levels
This commit is contained in:
parent
dcf340a7da
commit
c9b6a9c6e8
1
moha.php
1
moha.php
@ -51,6 +51,7 @@ define( "INFO", $client->LOG_INFO);
|
|||||||
define( "NOTICE", $client->LOG_NOTICE);
|
define( "NOTICE", $client->LOG_NOTICE);
|
||||||
define( "WARNING", $client->LOG_WARNING);
|
define( "WARNING", $client->LOG_WARNING);
|
||||||
define( "ERROR", $client->LOG_ERR);
|
define( "ERROR", $client->LOG_ERR);
|
||||||
|
define( "ALL", DEBUG | INFO | NOTICE | WARNING | ERROR);
|
||||||
$logLevel = DEBUG;
|
$logLevel = DEBUG;
|
||||||
|
|
||||||
// defining callback functions
|
// defining callback functions
|
||||||
|
Loading…
Reference in New Issue
Block a user