AttachToAnything.Internal.DiagnosticLogger.DiagnosticLogger C# (CSharp) Метод

DiagnosticLogger() публичный Метод

public DiagnosticLogger ( string traceCategory ) : System
traceCategory string
Результат System
        public DiagnosticLogger(/*IVsOutputWindowPane output,*/ string traceCategory)
        {
            //_output = output;
            _traceCategory = traceCategory;
        }