Method IsEventLogged
IsEventLogged(string)
Returns whether specified event is logged.
public static bool IsEventLogged(string eventId)
Parameters
eventIdstringEvent id.
Returns
IsEventLogged(Type?, EventInfo?)
Returns whether specified event is logged.
public static bool IsEventLogged(Type? type, EventInfo? evt)