MongoLog::getModuleGets the modules currently being logged Description
public static int MongoLog::getModule
( void
)
This function can be used to see which parts of the driver's functionality are being logged. Use the constants described in the MongoLog section with bitwise operators to check if specific modules are being logged.
<?php ParametersThis function has no parameters. Return ValuesReturns the modules currently being logged. |