Elgg\LoggerTest::testLoggingLevelNotExist PHP Method

testLoggingLevelNotExist() public method

    public function testLoggingLevelNotExist()
    {
        $logger = $this->getLoggerInstance();
        $this->assertFalse($logger->log("hello", 123));
    }