Create and Log to a File (in customization)

use below code, this writes to the server log:


string msg =" Test Log Message";
Ice.Diagnostics.Log.WriteEntry(msg); 

note :- this code applicable for BPM

2 Likes