MongoLog::setModuleSets the module(s) to be logged Description
public static void MongoLog::setModule
( int
$module
)This function can be used to set which driver modules should be logged. The MongoLog module constants may be used with bitwise operators to specify multiple modules.
<?php Note that you must also call MongoLog::setLevel to enable logging. Parameters
|