FileLogTraceListener.GetSupportedAttributes Method

Definition

Gets the custom XML configuration attributes supported by the trace listener.

protected:
 override cli::array <System::String ^> ^ GetSupportedAttributes();
protected override string[] GetSupportedAttributes ();
override this.GetSupportedAttributes : unit -> string[]
Protected Overrides Function GetSupportedAttributes () As String()

Returns

String[]

String array containing the XML configuration attributes recognized by this listener.

Remarks

The custom attributes for the FileLogTraceListener can be used in the XML configuration file for controlling the behavior of an instance of the FileLogTraceListener class. Using any other attribute causes a configuration exception.

Applies to

See also