You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
SylwesterZarebski
changed the title
[Feature] NLog logger do not retains callsite information
[Feature] NLog logger do not retain callsite information
May 26, 2020
When using logging with defined callsite i always get
NLogLogger.Info
(or Warn, Error) instead of my method.How to reproduce
NLog.config (target definition only):
call:
It should write to log:
but there is:
I found information about how to avoid it and will try to make my own logger to verify:
https://stackoverflow.com/questions/7412156/how-to-retain-callsite-information-when-wrapping-nlog
The text was updated successfully, but these errors were encountered: