예제 #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');