Ejemplo n.º 1
0
/**
 * platform_launch_log: used to create system logs to file
 * @param string $log The log
 * @param string $type The type of log to create
 *
 * @return void
 */
function platform_launch_log($log, $type = 'system')
{
    sys_log($content, $type);
}
Ejemplo n.º 2
0
 function log($message)
 {
     error_log(sys_log($message, 'debug'));
 }