LogText 끄기
This commit is contained in:
+3
-2
@@ -51,8 +51,9 @@ function MessageBox($str)
|
|||||||
|
|
||||||
function LogText($prefix, $variable)
|
function LogText($prefix, $variable)
|
||||||
{
|
{
|
||||||
$text = sprintf('%s : %s'."\r\n", $prefix, TVarDumper::dump($variable));
|
return;
|
||||||
file_put_contents(ROOT.'/d_log/'.UniqueConst::$serverName.'_dbg_logs.txt', $text, FILE_APPEND);
|
//$text = sprintf('%s : %s'."\r\n", $prefix, TVarDumper::dump($variable));
|
||||||
|
//file_put_contents(ROOT.'/d_log/'.UniqueConst::$serverName.'_dbg_logs.txt', $text, FILE_APPEND);
|
||||||
}
|
}
|
||||||
|
|
||||||
function prepareDir(string $dirPath, bool $forceCreate=true):bool{
|
function prepareDir(string $dirPath, bool $forceCreate=true):bool{
|
||||||
|
|||||||
Reference in New Issue
Block a user