 | NLogTraceListenerGetSupportedAttributes Method |
Gets the custom attributes supported by the trace listener.
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxprotected 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