AttachToAnything.Internal.DiagnosticLogger.DiagnosticLogger C# (CSharp) Method

DiagnosticLogger() public method

public DiagnosticLogger ( string traceCategory ) : System
traceCategory string
return System
        public DiagnosticLogger(/*IVsOutputWindowPane output,*/ string traceCategory)
        {
            //_output = output;
            _traceCategory = traceCategory;
        }