LogEvent() public méthode

public LogEvent ( string eventName ) : void
eventName string
Résultat void
Exemple #1
0
 public void LogEvent(string eventName, string functionName = null)
 {
     _metricsEventManager.LogEvent(eventName, functionName);
 }
Exemple #2
0
 public void LogEvent(string eventName)
 {
     _metricsEventManager.LogEvent(eventName);
 }