|
Zookeeper::setDebugLevelSets the debugging level for the library. Beschreibung
public
static
bool Zookeeper::setDebugLevel
( int
$logLevel
)Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Fehler/ExceptionsThis method emits PHP error/warning when parameters count or types are wrong or fail to set debug level. BeispieleBeispiel #1 Zookeeper::setDebugLevel example Set debugl level.
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: SUCCESS Siehe auch |