Avoid custom logging
Description
Do not use custom logging tools. It is required web.config changes or affects to solution security. Validated tool list:
- EventLog
- NLog
- log4net
- Common Logging
- Enterprise Library Logging Application Block
- ObjectGuy Framework
- C# Logger
- C# .NET Logger
- LogThis
- NetTrace
- NSpring
- Loggr
- ELMAH
Resolution
Use SPDiagnosticsService class to log.