MongoLog::setLevelSets the level(s) to be logged Description
public static void MongoLog::setLevel
( int
$level
)This function can be used to control logging verbosity and the types of activities that should be logged. The MongoLog level constants may be used with bitwise operators to specify multiple levels.
<?php Note that you must also call MongoLog::setModule to specify which modules(s) of the driver should log. Parameters
|