コード例 #1
0
ファイル: Logger.php プロジェクト: Insidexa/Framework
 /**
  * Logger constructor.
  * Set path to log file
  */
 protected function __construct()
 {
     self::$pathToLog = __DIR__ . '/../../app/logs/framework.log';
 }