# trace-log **Repository Path**: joncc/trace-log ## Basic Information - **Project Name**: trace-log - **Description**: 日志类 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # trace-log #### 介绍 日志 #### 使用说明 日志分类级别 ` EMERGENCY ALERT CRITICAL ERROR WARNING NOTICE INFO DEBUG ALL ` ``` \Log\TraceLog::info('info msg...'); //if use debug \Log\TraceLog::isDebug(); \Log\TraceLog::debug('debug msg...'); ``` #### 地址 https://gitee.com/joncc/trace-log