PrefilterMessages

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
puntapret
Posts: 34
Joined: Fri Sep 14, 2012 11:05 am

PrefilterMessages

Post by puntapret » Thu Oct 11, 2012 2:31 pm

Hi,

From the ranorex documentation

PrefilterMessages : Determines whether the logger is called for all log message or only for messages whose report level is greater or equal than the currently set report level.

Actually, i don't quite understand how it works.

So if i want to log only ReportLevels.Warn and ReportLevels.Error, how should i set the PrefilterMessages property ?

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: PrefilterMessages

Post by Support Team » Fri Oct 12, 2012 9:46 am

Hi,

Are you using your own logger, did you implement the IReportLogger interface?
If you want that just error and warn messages are shown in your report you have to change the "Report Level" of your test suite in the test suite properties window.

Regards,
Markus
Ranorex Support Team