Help for this page

Select Code to Download


  1. or download this
    file.pl
    20: log_error( "a error msg", $level )
    
  2. or download this
    print STDERR "a error msg:" . __FILE__ .  __LINE__ 
    if $level >= THRESHOLD;