mickeyort 发表于 2020-10-29 16:40:07

Discuz runlog函数 运行log记录


/*
* 运行log记录
*/

function runlog($file, $message, $halt=0) {
        helper_log::runlog($file, $message, $halt);
}
页: [1]
查看完整版本: Discuz runlog函数 运行log记录