Method ExceptionLoggerSetIgnore
ExceptionLoggerSetIgnore<T>(bool)
Sets whether exceptions of the specified type are ignored in the exception logger.
public static void ExceptionLoggerSetIgnore<T>(bool value = true)
Parameters
valueboolWhether to ignore the exceptions of the specified type.
Type Parameters
TType of the exception to ignore.