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

Abstract Logger into interface and allow other loggers to be plugged in. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schungx
Copy link

@schungx schungx commented Mar 24, 2018

This PR abstracts the Logger class into an interface ILogger, allowing the user to substitute another logging system (e.g. log4net) via ws.Log = new SomeOtherLogger();.

An "ultimate" LogLevel or None is also added to disable logging altogether.

2) Extract Logger into ILogger interface and allows substituting a different implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant