System.Diagnostics.TraceListener.IsEnabled C# (CSharp) 메소드

IsEnabled() 개인적인 메소드

private IsEnabled ( TraceOptions opts ) : bool
opts TraceOptions
리턴 bool
        internal bool IsEnabled(TraceOptions opts)
        {
            return (opts & TraceOutputOptions) != 0;
        }
    }