產生 Log 紀錄方式

1 篇文章 / 0 new
author
產生 Log 紀錄方式

加入兩個檔案 rtlogger.php, log_writer.php

編輯 log_writer.php 指定 log_writer.php 執行路徑

public static $server = 'http://localhost/log_writer.php';

編輯 log_writer.php 指定紀錄檔的位置與檔案名稱

$logfile = 'c:\logs.txt';

在程式中呼叫, 即可將資訊存入檔案

rtlogger::notice($message);

Free Web Hosting