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 Jesper,
It's .net so why shouldn't it work? If you want to use it for exception reporting only I would go for ELMAH much easier to setup, just use NUget
http://nuget.org/List/Packages/elmah
Cheers,
Richard
Jesper,
I've got it running on a v4.5.2 install, but shouldn't make a difference...
in web.config
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
[assembly: log4net.Config.XmlConfigurator(ConfigFile="config/log4net.config")]
<log4net configSource="config\log4net.config" />
Thanks Dirk & Richard!
True it's .net but I stumbled on some forum articles that mentioned some trouble getting it to work with earlier versions. I'll give log4net a go.
ThanksJesper
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Anyone got Log4net running on Umbraco 4.7.x?
Hi Jesper,
It's .net so why shouldn't it work? If you want to use it for exception reporting only I would go for ELMAH much easier to setup, just use NUget
http://nuget.org/List/Packages/elmah
Cheers,
Richard
Jesper,
I've got it running on a v4.5.2 install, but shouldn't make a difference...
in web.config
Thanks Dirk & Richard!
True it's .net but I stumbled on some forum articles that mentioned some trouble getting it to work with earlier versions. I'll give log4net a go.
Thanks
Jesper
is working on a reply...