Ejemplo n.º 1
0
 public void IssueLogEntry(GitLog.LogEntry entry)
 {
     if (OnLogEntry != null)
     {
         OnLogEntry.Invoke(entry);
     }
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public override void RaiseLogEntry(LogEventArgs e) => OnLogEntry?.Invoke(this, e);