示例#1
0
 static XPathNavigator BuildTraceString(TraceEventType type,
                                        string code,
                                        string description,
                                        TraceRecord trace,
                                        Exception exception,
                                        object source)
 {
     return(DiagnosticTrace.BuildTraceString(new PlainXmlWriter(), type, code, description, trace, exception, source));
 }