Multiple choice technology programming languages

Which of the following NameSpace contains EventLog component?

  1. System.Threading

  2. System.IO

  3. System.Diagnostics

  4. System.XML

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The EventLog component for Windows event logging is located in the System.Diagnostics namespace. This namespace contains classes for interacting with system processes, event logs, and performance counters.