Help for this page

Select Code to Download


  1. or download this
    our $LOG;
    # the functions
    
  2. or download this
    open_log_and_error($file_name);
    # the above calls this function, imported from module 1,
    ...
    write_log('stuff');
    # the above calls this function, imported from module 1,
    # which does some processing and writes to $LOG