Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging #23

Open
synhershko opened this issue Jul 4, 2012 · 1 comment
Open

Logging #23

synhershko opened this issue Jul 4, 2012 · 1 comment

Comments

@synhershko
Copy link
Owner

NAU should log all steps and decisions. Logging should also be exposed to classes implementing the internal interfaces (conditions, readers, tasks, sources).

Logging would be update-process wide, and transferred over the IPC back and forth if cold-updates are required.

No dependencies, although integration with external libs could be nice for existing projects interested in a unified logging mechanism. This could probably be achieved by integrating https://github.com/damianh/DH.Logging

Exceptions should be logged as well where possible (async mode).

@zam6ak
Copy link

zam6ak commented Mar 19, 2013

How about Common.Logging facade?
It's been around and has "bridges" for several logging framework ( I use it with NLog2 which has a nice way to wrap all logging appenders into "async pipeline")....
More info @: https://github.com/net-commons/common-logging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants