NLog.NLogTraceListener.GetSupportedAttributes C# (CSharp) Method

GetSupportedAttributes() protected method

Gets the custom attributes supported by the trace listener.
protected GetSupportedAttributes ( ) : string[]
return string[]
        protected override string[] GetSupportedAttributes()
        {
            return new[] { "defaultLogLevel", "autoLoggerName", "forceLogLevel", "disableFlush" };
        }