A simple log4net appender for sending log entries to Loggly.com for EPiServer CMS.
-
Install the package via NuGet.
-
Replace the endpoint URL and token value with your own Loggly endpoint URL and token in EPiServerLog.config.
-
Profit. Your application should now transmit everything you log using log4net to your Loggly.com feed.
- Tags are only valid for Loggly API Generation 2 upwards. So, if you're using the old Loggly API (Generation 1), DO NOT include any tags. Doing so will result in a request error and your log entry will not be recorded.