Your IP : 216.73.216.152


Current Path : /proc/self/root/home/antonen/chenglong.lt/templates/resto_6/library/Artx/Log/
Upload File :
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);
    }
}