コード例 #1
0
        private static void AddLoggerEvent(string eventDescription)
        {
            var loggerEvent = new LogCruncherEvent(eventDescription, GetContext("nLogCruncher.Events"));

            LogEvents.Add(loggerEvent);
            OnChanged();
        }
コード例 #2
0
ファイル: EventsLog.cs プロジェクト: RobSmyth/nlogcruncher
 private static void AddLoggerEvent(string eventDescription)
 {
     var loggerEvent = new LogCruncherEvent(eventDescription, GetContext("nLogCruncher.Events"));
     LogEvents.Add(loggerEvent);
     OnChanged();
 }