예제 #1
0
function monitisLog($str, $title = '')
{
    if (MONITIS_LOG_ALLOW) {
        MonitisHelper::log($str, $title);
    }
}