NCache 4.4 - Online Documentation

Client Side API Logging

 
NCache Client Side API Logging is a diagnostic feature which logs all NCache API calls made by an application. This is a configurable logging mechanism that creates several log files. The purpose of API logging is to identify which API and the its sequences cause the problem, so that problem can be reproduced easily at user’s end. Client API logging saves appropriate overload of the method called along with key, data size, cache status, encryption and compression information.
 
 
API logging has a performance impact it is recommended to enable the logging only for diagnostic purposes.
 
 
 
 
See Also