Your IP : 216.73.217.53


Current Path : /home/bonneesp/www/templates/test/library/Artx/Log/
Upload File :
Current File : /home/bonneesp/www/templates/test/library/Artx/Log/ErrorLogWriter.php

<?php

class Artx_Log_ErrorLogWriter
{
    function write($msg)
    {
        error_log($msg);
    }
}