Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, according to this documentation https://our.umbraco.com/documentation/Getting-Started/Code/Debugging/Logging/
It says you can override protected override ILogger GetLogger() on the UmbracoApplication class.
protected override ILogger GetLogger()
UmbracoApplication
But it doesn't exist.
Is that true or did i miss something out?
Update: The documentation has been updated, so this question is now out of date.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Logging override method doesn't exist
Hi, according to this documentation https://our.umbraco.com/documentation/Getting-Started/Code/Debugging/Logging/
It says you can override
protected override ILogger GetLogger()
on theUmbracoApplication
class.But it doesn't exist.
Is that true or did i miss something out?
Update: The documentation has been updated, so this question is now out of date.
is working on a reply...