コード例 #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');