Replies: 1 comment 2 replies
-
Use the LoggerFactory with standard configuration (it's at the beginning of the readme file) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Maui application that I setup The MetroLog.Maui logging as was shown in this repo Sample application. But I have a very few static classes that I also need to use the logging from. Of course I have used DI every where else in all other classes but this does not work in static classes. What is the best way use the MetroLog logger in this kind of instance?
Beta Was this translation helpful? Give feedback.
All reactions