PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
authorizenet
/
authorizenet
/
lib
/
net
/
authorize
/
util
<?php namespace net\authorize\util; class LogFactory { private static $logger = NULL; public static function getLog($classType){ if(NULL == self::$logger){ self::$logger = new Log(); if(defined('AUTHORIZENET_LOG_FILE')){ self::$logger->setLogFile(AUTHORIZENET_LOG_FILE); } } return self::$logger; } } ?>
[-] AuthorizedNetSensitiveTagsConfig.json
[edit]
[+]
..
[-] LogFactory.php
[edit]
[-] ANetSensitiveFields.php
[edit]
[-] Log.php
[edit]
[-] classes.json
[edit]
[-] MapperGen.php
[edit]
[-] MapperObj.php
[edit]
[-] Mapper.php
[edit]
[-] SensitiveTag.php
[edit]
[-] SensitiveDataConfigType.php
[edit]
[-] Helpers.php
[edit]
[-] HttpClient.php
[edit]