Update logs layout

This commit is contained in:
2019-10-06 10:14:57 +02:00
parent 956f6c7022
commit 8e0f4a8a12
6 changed files with 22 additions and 458 deletions

View File

@@ -23,7 +23,7 @@ class Mask extends PhpObject
public function __construct($sFileName='')
{
//init
parent::__construct(__CLASS__, Settings::DEBUG);
parent::__construct(__FILE__, Settings::DEBUG);
$this->sMaskName = '';
$this->sFilePath = '';
$this->sMask = '';