LogEvent() public method

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