Example #1
0
 public void OnActionComplete(Response response, User user, DateTime callTime, string group, string operation, IDictionary<string, object> args)
 {
     Logger.Instance.LogAction(response, group, operation, args, user, callTime);
 }
Example #2
0
 public void OnActionError(Response response, User user, DateTime callTime, string group, string operation, IDictionary<string, object> args, string errorCode, string description)
 {
     Logger.Instance.LogAction(response, group, operation, args, user, callTime);
 }
Example #3
0
 public void LogAction(Response response, string group, string action, IDictionary<string, object> args, User user, DateTime callTime)
 {
 }