In the particular project in which I'm working it is appropriate to to have a null log service object. Since this is configured in Spring.Net How do I configure my spring.net object to be null. This is what I'd like to do. Is it possible?
<objects xmlns="http://www.springframework.net">
<!-- Messages -->
<object id ="LogService">
<null />
</object>