Local File &Logfile;
&Logfile = GetFile(“Filename”,”W”,%FilePath_Absolute);
&Logfile.WriteLine(“Your messages”);
&Logfile.Close();