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

Make IInitLogger inherit ILogger. #7972

Merged
merged 2 commits into from Mar 8, 2021
Merged

Make IInitLogger inherit ILogger. #7972

merged 2 commits into from Mar 8, 2021

Conversation

maliming
Copy link
Member

@maliming maliming commented Mar 7, 2021

#7965

ILogger logger = services.GetInitLogger<AbpApplicationBase>();
ILogger<AbpApplicationBase> logger = services.GetInitLogger<AbpApplicationBase>();
//Then use LoggerExtensions.

@maliming maliming added this to the 4.3-preview milestone Mar 7, 2021
@maliming maliming requested a review from hikalkan March 8, 2021 00:21
@hikalkan
Copy link
Member

hikalkan commented Mar 8, 2021

Thanks. That's much better.

@hikalkan hikalkan merged commit 5dc9e88 into dev Mar 8, 2021
@hikalkan hikalkan deleted the maliming/IInitLogger branch March 8, 2021 06:43
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.

None yet

2 participants