Skip to content

Commit 50a54a7

Browse files
brianrobCopilot
andcommitted
Register ApplicationServerTraceEventParser in TraceLog standard parsers
Add ApplicationServerTraceEventParser to RegisterStandardParsers() so WCF events are automatically parsed when processing ETL/ETLX files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ca40cc8 commit 50a54a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/TraceEvent/TraceLog.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ internal void RegisterStandardParsers()
12331233

12341234
new SampleProfilerTraceEventParser(this);
12351235
new WpfTraceEventParser(this);
1236+
new ApplicationServerTraceEventParser(this);
12361237

12371238
var dynamicParser = Dynamic;
12381239

0 commit comments

Comments
 (0)