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);
 }