| Current Path : /home/bonneesp/www/templates/test/library/Artx/Log/ |
| Current File : /home/bonneesp/www/templates/test/library/Artx/Log/ErrorLogWriter.php |
<?php
class Artx_Log_ErrorLogWriter
{
function write($msg)
{
error_log($msg);
}
}