Replies: 1 comment 11 replies
-
You can you use either standard or Microsoft extensions. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I looked through the github examples for setting up .net MAUI configuration.
When I get to a class to use the logger there are issues
The first thing I notices is MetroLog.MAUI is not the the using statement its using MetroLog but the examples are showing MetroLog.MAUI
Second thing I noticed is to do the following ILogger _logger I have to add the extension using Microsoft.Extensions.Logging;
and Using MetroLog is now unused. So I am absolutely confused if I am using MetroLogger or Microsoft.Extensions.Logging?
I am not sure if I have set something up wrong, but I have watched a video from Gerald Versluis and I looked through github examples. I am not sure what I am doing wrong.
Beta Was this translation helpful? Give feedback.
All reactions