write_log() write_log( $level, $note) : null 本函数用来写log日志文件 Parameters $level 日志等级:0为Normal,1为Warning,2为ERROR $note 日志内容 Returns null —