System.Diagnostics.TraceListener.IsEnabled C# (CSharp) Method

IsEnabled() private method

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