MongoLog::setModuleSets driver functionality to log Description
public static void MongoLog::setModule
( int
$module
)This function can be used to set which parts of the driver's functionality should be logged. Use the constants described in the MongoLog section with bitwise operators to specify modules.
<?php Note that you must also call MongoLog::setLevel to turn on logging. Parameters
|