vote up 0 vote down star
1

We have a WPF Application that runs from both desktop and as a XBAP application.For the desktop application log4net based logging is provided.Now the thing is that log4net may not work on the XBAP version.So I am looking for some possible solution for logging.Has anyone done anything in the area? Suggestion are welcome.I'm looking for something simple if possible.I already have a AOP framework.

I plan to check if my app is xbap

if (System.Windows.Interop.BrowserInteropHelper.IsBrowserHosted) {
{Do some kinda smart logging that works with xbap?}
}
flag

45% accept rate

1 Answer

vote up 0 vote down

I assume from your question that your not using FullTrust mode. So, can you not use Log4Net or nLog and push to a WCF service?

link|flag
I am using full trust and i have log4net but how to push log and how to write log ? xbap = cache folder my logging to log file... – abmv Nov 15 at 7:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.