| 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()
Protected Overrides Function GetSupportedAttributes As String()
Dim returnValue As String()
returnValue = Me.GetSupportedAttributes()
abstract GetSupportedAttributes : unit -> string[]
override GetSupportedAttributes : unit -> string[]
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