1
0

added constant ALL for all mosquitto log levels

This commit is contained in:
daniel Tartavel 2022-01-02 13:22:20 +01:00
parent dcf340a7da
commit c9b6a9c6e8

View File

@ -51,6 +51,7 @@ define( "INFO", $client->LOG_INFO);
define( "NOTICE", $client->LOG_NOTICE);
define( "WARNING", $client->LOG_WARNING);
define( "ERROR", $client->LOG_ERR);
define( "ALL", DEBUG | INFO | NOTICE | WARNING | ERROR);
$logLevel = DEBUG;
// defining callback functions