예제 #1
0
 public bool LogEntry(Alachisoft.NCache.Common.Monitoring.APILogging.APIRuntimeLogItem entry)
 {
     try
     {
         lock (_lock)
             _index.AddToIndex(entry);
         return(true);
     }
     catch
     {
         return(false);
     }
     return(false);
 }
예제 #2
0
 public bool LogEntry(Alachisoft.NCache.Common.Monitoring.APILogging.APIRuntimeLogItem entry)
 {
     return(true);
 }