Click or drag to resize

NLogTraceListenerGetSupportedAttributes Method

Gets the custom attributes supported by the trace listener.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
protected override string[] GetSupportedAttributes()

Return Value

Type: String
A string array naming the custom attributes supported by the trace listener, or null if there are no custom attributes.
See Also