This state table adds a date and time stamp to the supplied message and writes it to a log file.
InvokeStateTable ("DIRECT", BFAX_LOG, begin, Logeventstring);
The entry point for this state table is begin
Use the BFAX_LOG state table to write information to the log file. The log file is named $OAM_LOG_PATH/Appl.appl_name.log, where appl_name is the name of the state table that called the Brooktrout fax state tables.
Also, if the Brooktrout fax state tables detect an error, they invoke the BFAX_LOG state table to put information about that error in the log file.