-
I cannot find a way to log internal prism errors... I was doing something like this: var prismLogger = LoggerFactory.GetLogger("PrismLogger");
containerRegistry.RegisterInstance<Prism.Logging.ILogger>(new PrismLoggerWrapper(prismLogger)); But it doesn't seem to log anything... |
Beta Was this translation helpful? Give feedback.
Answered by
roubachof
Dec 24, 2021
Replies: 1 comment
-
ahah it's fine I found a way to wrap the page navigation service, and now it raises exceptions \o/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
roubachof
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ahah it's fine I found a way to wrap the page navigation service, and now it raises exceptions \o/
end of this debugging nightmare woohoo