erich.wanker Posted April 25, 2019 Share Posted April 25, 2019 Hi .. i use the nice function: UniServerModule.logger.AddLog But the actual format is not good ;-) it would be nice if the logfile could be open as CSV File .. at the moment the format is: unigui.dll: 000023CC: 11:57:35 [].. and the message if the seperator ":" will be changed to ";" and the "[ ]" will be deleted - the file could be imported perfectly as csv file ThanX :-) EXAMPLE UniServerModule.logger.AddLog( UniApplication.RemoteAddress +';'+ ModuleName +';'+ UserName +';'+ UserPower); should produce: unigui.dll;000023CC;11:57:35;192.168.0;TheModul;Testuser;b1 Link to comment Share on other sites More sharing options...
Recommended Posts