MongoLog::getLevelGets the level(s) currently being logged Description
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 ParametersThis function has no parameters. Return ValuesReturns the level(s) currently being logged. |