MongoLog::setLevelSets logging level Description
public static void MongoLog::setLevel
( int
$level
)This function can be used to set how verbose logging should be and the types of activities that should be logged. Use the constants described in the MongoLog section with bitwise operators to specify levels.
<?php Note that you must also call MongoLog::setModule to choose what part of the driver to log. Parameters
|