NLog.NLogTraceListener.GetSupportedAttributes C# (CSharp) Метод

GetSupportedAttributes() защищенный Метод

Gets the custom attributes supported by the trace listener.
protected GetSupportedAttributes ( ) : string[]
Результат string[]
        protected override string[] GetSupportedAttributes()
        {
            return new[] { "defaultLogLevel", "autoLoggerName", "forceLogLevel", "disableFlush" };
        }