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:
how specify logging engine use (e.g., want use log4net - how let nxbre know this)?
what supported values of
levelattribute?
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
Post a Comment