Skip to content

Commit

Permalink
Revert "fix(readme): Update the location of ConsoleEventListener in o…
Browse files Browse the repository at this point in the history
…ur readme"

This reverts commit 3a75d92.
  • Loading branch information
abhipsaMisra authored Mar 19, 2021
1 parent 31a32b4 commit 896239c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CaptureLogs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ On Linux and OSX LTTNG and perfcollect can be used to collect traces. For more i
## Console logging
Logging can be added to console. Note that this method will substantially slow down execution.

1. Add `e2e\test\Helpers\ConsoleEventListener.cs` to your project.
1. Add `e2e\test\CommonConsoleEventListener.cs` to your project.
2. Instantiate the listener. Add one or more filters (e.g. `Microsoft-Azure-` or `DotNetty-`):

```C#
Expand Down

0 comments on commit 896239c

Please sign in to comment.