|
I found an example how to enable logging with Rebex components http://www.rebex.net/kb/logging.aspx I wonder how would be possible to do the same with using Enterprise Library Logging Application Block? |
|
Thanks for suggestion. Currently, Rebex does not support using Enterprise Library Logging Application Block directly from its code, since this would require adding reference of Enterprise Library Logging Application Block to our component, thus affecting everyone who uses the component. That does not mean you cannot do it at all, you just have to use custom-defined log writer. In more detail, one should follow these steps:
C#
You can do that similar way as demonstrated in http://www.rebex.net/kb/logging.aspx |