trace方法调整

This commit is contained in:
thinkphp
2015-12-10 20:06:28 +08:00
parent 10cd211758
commit 8972df8a98

View File

@@ -315,5 +315,5 @@ function S($name, $value = '', $options = null)
*/
function trace($log,$level='log',$css='')
{
return think\Slog::record($level,$log,$css);
think\Slog::record($level,$log,$css);
}