Hi Guys, trying to add an entry to the event log but no luck.
not sure if I am doing it correctly.
var args = new object[] { DateTime.Now, "SomeAction", "Some Message" };
_netSdk.Print("Date | {0}","Action | {1}","Message | {2}", args);
Here is a screen shot: