In my instance, it creates a new log file with just my text-
I am testing for when a value is or isn't there so in the PreInsert I put this code -
p_web.AddLog('V:UpdateCus_CusId='&p_web.getvalue('UpdateCus_CusId'))
p_web.AddLog('SV:UpdateCus_CusId='&p_web.gsv('UpdateCus_CusId'))
which produces a new logfile with this data -
<item> 8/31/10,12:06:32,</item>
<request>,V:UpdateCus_CusId=2</request>
<item> 8/31/10,12:06:33,</item>
<request>,SV:UpdateCus_CusId=2</request>
I thought it would be added to the logfile in line.
chris