update : 2015.11.03
php.shukuma.com검색:
|
MongoLog::setModule(PECL mongo >= 1.2.3) MongoLog::setModule — Sets the module(s) to be logged 설명
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. 인수
|