LogEvent() public method

public LogEvent ( string eventName ) : void
eventName string
return void
示例#1
0
 public void LogEvent(string eventName, string functionName = null)
 {
     _metricsEventManager.LogEvent(eventName, functionName);
 }
示例#2
0
 public void LogEvent(string eventName)
 {
     _metricsEventManager.LogEvent(eventName);
 }