예제 #1
0
파일: log.php 프로젝트: kbyyd24/cloudNote
function main($data)
{
    $log = new Logging($data);
    $log->work();
    echo $log->xml;
}