Tagged Questions
1
vote
1answer
245 views
SPDiagnosticsService Area collection vs Areas in CA
In CA, Diagnostic Logging, a lot of areas with their categories are listed.
When I enumerate these area's in code only three are returned:
Business Connectivity Services
SharePoint Foundation ...
0
votes
1answer
168 views
Possible to add a section to the “Diagnostic Logging” section for a custom timer job?
I found this post but at the end it suggests making changes to the registry which scares me a little bit. Is there a better way to do this? Is modifying the registry in this case "normal"?
5
votes
1answer
513 views
Problem Extending SPDiagnosticsServiceBase
I am trying to create a feature that Extends the SPDiagnosticServicesBase class following the code described in MSDN That article has example code for extending the SPDiagnosticServicesBase class ...