We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello!
Do you have any plans to implement [CallerMemberName] in the logger formatter?
And if so, what solution do you want to use?
The standard interface Microsoft.Extensions.Logging.iLogger does not have a method with an argument that takes a [CallerMemberName].
The text was updated successfully, but these errors were encountered:
ZLog*** methods already have CallerMemberName.
Sorry, something went wrong.
@neuecc Did I understand you correctly that using the Microsoft.Extensions.Logging.ILogger interface I will not be able to log [CallerMemberName]?
Microsoft.Extensions.Logging.ILogger
Hmmm, ZLog is an extension method to ILogger, so to say it is and not to say it isn't.
No branches or pull requests
Hello!
Do you have any plans to implement [CallerMemberName] in the logger formatter?
And if so, what solution do you want to use?
The standard interface Microsoft.Extensions.Logging.iLogger does not have a method with an argument that takes a [CallerMemberName].
The text was updated successfully, but these errors were encountered: