isLoggerInsert() public static method

public static isLoggerInsert ( $sqlString )
 function __construct($sqlString, $message, $code)
 {
     $this->isLoggerException = Gpf_Log_Logger::isLoggerInsert($sqlString);
     $this->_code = $code;
     parent::__construct("ERROR: " . $message);
 }