https://github.com/sitecoreops/sitecore-logging-extensions
https://github.com/sitecoreops/sitecore-logging-extensions
log4net sitecore
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sitecoreops/sitecore-logging-extensions
- Owner: sitecoreops
- Created: 2018-07-05T19:34:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T18:46:23.000Z (over 3 years ago)
- Last Synced: 2025-10-22T00:58:42.163Z (5 months ago)
- Topics: log4net, sitecore
- Language: C#
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sitecore Logging Extensions
JSON formatted log4net layout and a UTF8 file appender that does not emit BOM (byte order mark). Suitable for ingesting log data into ElasticSearch using for example Filebeat.
## Usage
1. Install with: `PM> Install-Package SitecoreLoggingExtensions`
1. Configure log4net, see [example config](src/SitecoreLoggingExtensions.Website/App_Config/Include/SitecoreLoggingExtensions.config).