Move uniqid creation methods from Hash to Uids class

uniq id short and long without parametersare pure uid creations so they
have moved over and have been deprecated in the Hash class.

Update Logging class for this.
Update Form\Generate for cursor ext access
This commit is contained in:
Clemens Schwaighofer
2022-03-02 09:18:49 +09:00
parent 714311cf85
commit fe13c24a13
7 changed files with 128 additions and 64 deletions

View File

@@ -25,7 +25,7 @@ declare(strict_types=1);
namespace CoreLibs\Debug;
use CoreLibs\Debug\Support;
use CoreLibs\Create\Hash;
use CoreLibs\Create\Uids;
use CoreLibs\Get\System;
use CoreLibs\Convert\Html;
@@ -161,7 +161,7 @@ class Logging
// running time start for script
$this->script_starttime = microtime(true);
// set per run UID for logging
$this->running_uid = Hash::__uniqId();
$this->running_uid = Uids::uniqIdShort();
// set the page name
$this->page_name = System::getPageName();
// set host name