Logging in Nodes
Logging in nodes should be done using the INodeContext
interface. The advantage is that the log outputs are
sent to the OctoMesh communication controller service and can be viewed in the OctoMesh Admin Panel during debugging.
Sample code for logging in a node:
nodeContext.Info("DemoNode: " + c.MyMessage);