Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryx93 committed May 28, 2022
1 parent 5694775 commit d0a8d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ From here you can configure your mock to validate calls to `Show`, `ShowDialogAs

## Logging

To enable logging, pass an `ILogger<DialogManager>` to the DialogService constructor.
To enable logging, create a DialogManager and pass an `ILogger<DialogManager>` to its constructor.

```c#
var loggerFactory = LoggerFactory.Create(builder => builder.AddDebug());
Expand Down

0 comments on commit d0a8d7c

Please sign in to comment.