MongoLog::getLevelGets the log level Description
public static int MongoLog::getLevel
( void
)
This can be used to see the log level. Use the constants described in the MongoLog section with bitwise operators to check the level.
<?php ParametersThis function has no parameters. Return ValuesReturns the current level. |