update : 2015.11.03
php.shukuma.com검색:
|
MongoLog::getLevel(PECL mongo >= 1.2.3) MongoLog::getLevel — Gets the level(s) currently being logged 설명
public static int MongoLog::getLevel
( void
)
This function can be used to see which log levels are currently enabled. The returned integer may be compared with the MongoLog level constants using bitwise operators to check for specific log levels.
<?php 인수이 함수는 인수가 없습니다. 반환값Returns the level(s) currently being logged. |