Skip to content

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