I would like to code some logic into OnStatusMessage to filter the output - i.e. to reduce the number of lines logged.
Is this possible? How? Which action properties do I need to adjust?
I would like to code some logic into OnStatusMessage to filter the output - i.e. to reduce the number of lines logged.
Is this possible? How? Which action properties do I need to adjust?
You cannot filte the output using OnStatusMessage, by the time that event is fired the message has already been sent to the log. You can filter the log using Action Output Monitors - http://help.finalbuilder.com/action_output_monitors.htm