Is there a way to get at the warning messages logged for a briefcase export? I'm working on a migration project from a repository that's been around for years, and a number of pages have gone missing. If I export the briefcase from the Client, an error gets logged in the Event Viewer that then leads me to a log file with a bit more info. The briefcase actually does get created successfully, just missing the pages in question.
Using Workflow to replicate the entry doesn't lead to any warning messages so I am looking to do it via SDK (among other reasons).
Is there any easy way to get at these warning messages via SDK? BriefcaseImporter has a GetAllExceptions method that does something similar, but my imports for this situation don't lead to any warnings or anything, just the export side.