FileLogTraceListener.GetSupportedAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.