LogEvent() public method

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