can we use auditor object for exception handling, if yes how to consume the corresponding auditor object, if the exception occurs in the validator or any other related object
I want to scope all of these to use MerchandiseConsumerAuditor.
ConsumerEntity
MerchandiseConsumerValidator
MerchandiseConsumerAuthorizer
Or should I go the route of using log4net or enterprise log application block?