Logging with NxBRE -


how instruct nxbre engine log message? know there <log> tag available, can used follows:

<log level="info" msg="blabla"/> 

but cannot find documentation on it. mainly, need answers these questions:

  1. how specify logging engine use (e.g., want use log4net - how let nxbre know this)?

  2. what supported values of level attribute?

thanks!

nxbre relies on system.diagnostics logging needs, , therefore configured via standard .net mechanism. documented in section 5 of user guide, following taken:

here list of available sources , switches:

source / switch name | purpose

nxbre.flowengine | trace events emitted flow engine.

nxbre.flowengine.rulebase | trace events emitted rule base level operations (log, exceptions).

nxbre.inferenceengine | trace events emitted inference engine. nxbre.util | trace events emitted utility classes.

if want use log4net, have fork project , switch logging framework.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -