Ejemplo n.º 1
0
function main($data)
{
    $log = new Logging($data);
    $log->work();
    echo $log->xml;
}