FileLogger.SetFilters(String[]) Method

Definition

Changes the filters that apply to file logging.

public static void SetFilters (params string[] filters);
static member SetFilters : string[] -> unit
Public Shared Sub SetFilters (ParamArray filters As String())

Parameters

filters
String[]

New filters, or null to remove the filters.

Remarks

When setting there filters there may be a turbulent period where no filters apply.

Applies to