Lines Matching refs:g_logfile
65 echo "[debug] $*" >> $g_logfile
73 echo "[info] $*" >> $g_logfile
82 echo -e "$* \t [start]" >> $g_logfile
91 echo -e "$* \t [done]" >> $g_logfile
104 echo "[error] !!! $* !!!" >> $g_logfile
125 echo "[error] !!! $* !!!" >> $g_logfile
135 echo -e "$*" >> $g_logfile
292 echo "# hwpoison.sh $g_parameter" > $g_logfile
932 log "log: $g_logfile"
987 g_logfile=$g_resultdir/hwpoison.log
1027 l) g_logfile=$OPTARG;;