gregyjames / OctaneDownloader

A high performance, multi-threaded C# file download library.

Home Page:https://www.nuget.org/packages/OctaneEngineCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default ILogger and ILoggerFactory implementation

gregyjames opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
No logging is done when the user does not provide a logger implementation.

Describe the solution you'd like
Implement a simple console logger.

Describe alternatives you've considered
The current implementation expects a preconfigured LoggerFactory.

Additional context
N/A