AdminPageFramework_WPUtility_SystemInformation::getMySQLErrorLog PHP Method

getMySQLErrorLog() public static method

public static getMySQLErrorLog ( $iLines = 1 )
    public static function getMySQLErrorLog($iLines = 1)
    {
        $_sLog = self::getFileTailContents(self::getMySQLErrorLogPath(), $iLines);
        return $_sLog ? $_sLog : '';
    }
AdminPageFramework_WPUtility_SystemInformation