How do I instruct NxBRE engine to log some message? I know there is <log>
tag available, which can be used as follows:
<Log level="INFO" msg="blabla"/>
But I cannot find any documentation on it. Mainly, I need answers to these questions:
How do I specify which logging engine to use (e.g., I want to use log4net - how do I let NxBRE know this)?
What are supported values of
level
attribute?
Thanks!