示例#1
0
文件: Action.php 项目: tokushima/ebi
 public function log()
 {
     \ebi\Log::error('ERROR');
     \ebi\Log::warning('WARN');
     \ebi\Log::info('INFO');
     \ebi\Log::debug('DEBUG');
     \ebi\Log::trace('TRACE');
 }
示例#2
0
文件: Log.php 项目: tokushima/ebi
<?php

\ebi\Log::info('INFO');
\ebi\Log::warning('WARN');
\ebi\Log::error('ERROR');
\ebi\Log::debug('DEBUG');