From b282238c7f59129dfab6b4b9739915d3e696a2b7 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 2 Apr 2013 17:55:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E4=B8=8A=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/base.php b/base.php index 8b5377c5..fbf2c678 100644 --- a/base.php +++ b/base.php @@ -194,16 +194,6 @@ function S($name,$value='',$options=null) { } } -/** - * 日志记录 - * @param string $log 日志信息 - * @param string $type 日志类型 - * @return void - */ -function log($log,$type='DEBUG') { - Think\Log::record($log,$type); -} - /** * 字符串命名风格转换 * type 0 将Java风格转换为C的风格 1 将C风格转换为Java的风格