Lines Matching refs:LogUtility
62 … LogUtility::error("Sqlite is mandatory for asynchronous event", self::CANONICAL, $e);
93 LogUtility::error($e->getMessage(), $e->getCanonical(), $e);
123 …LogUtility::msg("Error while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, …
137 …LogUtility::msg("The delete of the event was not successful or it was deleted by another process",…
142 …LogUtility::msg("Error while deleting the event. Message {$e->getMessage()}", LogUtility::LVL_MSG_…
163 … LogUtility::msg("The stored data for the event $eventName was not in the json format");
175 …LogUtility::internalError("An internal error has runned on event. " . $e->getMessage(), self::CANO…
195 LogUtility::error("Unable to create the event $name. Sqlite is not available");
219 …LogUtility::error("Unable to create the event $name. Error:" . $e->getMessage(), self::CANONICAL, …
252 … LogUtility::internalError("Sqlite is not available, no events was returned", self::CANONICAL);
271 …LogUtility::internalError("Unable to get the queue. Error:" . $e->getMessage(), self::CANONICAL, $…