MongoLog::getModuleGets the module(s) currently being logged Beschreibung
public static int MongoLog::getModule
( void
)
This function can be used to see which driver modules are currently being logged. The returned integer may be compared with the MongoLog module constants using bitwise operators to check if specific modules are being logged.
<?phpParameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the module(s) currently being logged. |