| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /home/devsafetybis/verd.dev.safetybis.com/catalogue/lib/Brippo/ |
| Current File : /home/devsafetybis/verd.dev.safetybis.com/catalogue/lib/Brippo/Log.php |
<?php
/**
* Log facility for Brippo, files at "var/log/brippopayments/*"
*
* @category Ebizmarts
* @package Ebizmarts_BrippoPayments
* @author Ebizmarts <info@ebizmarts.com>
*/
class Brippo_Log
{
public static function log($message, $level = null, $file = '')
{
Ebizmarts_BrippoPayments_Log::w($message, $level, $file);
}
public static function logException(Exception $e)
{
Ebizmarts_BrippoPayments_Log::we($e);
}
}