예제 #1
0
파일: functions.php 프로젝트: lryl/Lysine2
 function logger($name = null)
 {
     return \Lysine\Logging::factory($name ?: '__LYSINE__');
 }