| Current Path : /proc/self/root/home/antonen/chenglong.lt/templates/resto_6/library/Artx/Log/ |
| Current File : //proc/self/root/home/antonen/chenglong.lt/templates/resto_6/library/Artx/Log/ErrorLogWriter.php |
<?php
class Artx_Log_ErrorLogWriter
{
function write($msg)
{
error_log($msg);
}
}