コード例 #1
0
ファイル: functions.php プロジェクト: lryl/Lysine2
 function logger($name = null)
 {
     return \Lysine\Logging::factory($name ?: '__LYSINE__');
 }