Beispiel #1
0
 /**
  * Logger constructor.
  * Set path to log file
  */
 protected function __construct()
 {
     self::$pathToLog = __DIR__ . '/../../app/logs/framework.log';
 }