Ejemplo n.º 1
0
        public void Log(string message, int eventId, string category)
        {
            DiagnosticsService diagnosticService = DiagnosticsService.Local;

            diagnosticService.LogEvent(message, eventId, category);
        }