OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / art41_sample2 / library / Artx / Log / ErrorLogWriter.php
1 <?php
2
3 class Artx_Log_ErrorLogWriter
4 {
5     function write($msg)
6     {
7         error_log($msg);
8     }
9 }