Log Read and Write operation

Questions regarding the use of the .NET SDK 2.0 for Server or Client development or integration into customer products ...

Moderator: uasdknet

Post Reply
JonLor
Hero Member
Hero Member
Posts: 48
Joined: 30 Jan 2014, 11:05

Log Read and Write operation

Post by JonLor »

Hello,

Is it possible to configure application TraceSettings (or other mechanism) so that a clean log is produced, displaying only read and write operations?

Best regards

User avatar
Support Team
Hero Member
Hero Member
Posts: 3072
Joined: 18 Mar 2011, 15:09

Re: Log Read and Write operation

Post by Support Team »

Hello,

This is not directly possible. You could create your own trace file and trace the Read and Write calls in the implementation of your NodeManager. But you will only be able to lock Reads and Writes of nodes of your own NodeManagers. You will not be able to log Reads of nodes in server namespace like NamespaceArray.

Best regards
Support Team

Post Reply