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