Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Shouldn't CreateLogger<T> return ILogger<T>? #379

Closed
HakanL opened this issue Mar 7, 2016 · 4 comments
Closed

Shouldn't CreateLogger<T> return ILogger<T>? #379

HakanL opened this issue Mar 7, 2016 · 4 comments

Comments

@HakanL
Copy link

HakanL commented Mar 7, 2016

When I call CreateLogger I expected the return type to be ILogger so that I can wire up my classes to expect ILogger in the constructor and call CreateLogger from the LoggerFactory to create the required type.

@davidfowl
Copy link
Member

It does in RC2 #312

@HakanL
Copy link
Author

HakanL commented Mar 7, 2016

Ah, sorry, I didn't see that, I guess I just searched open issues before I posted. Is RC2 coming up on NuGet shortly?

@davidfowl
Copy link
Member

Nope. The date is still TBD. https://github.com/aspnet/Home/wiki/Roadmap

@HakanL
Copy link
Author

HakanL commented Mar 7, 2016

Got it, thanks!

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

No branches or pull requests

2 participants