Should this be as easy as Trace.WriteInformation() in a C# file that is in a class library in the GAC?
A:
use:
Microsoft.Office.Server.Diagnostics.PortalLog.LogString("*** bmw 1 ***");
bmw0128
2010-03-04 23:49:16
Only for MOSS Edition. For WSS use this code: http://stackoverflow.com/questions/136672/programmatically-logging-to-the-sharepoint-uls
Janis Veinbergs
2010-03-05 07:08:42
+1
A:
Related to your question:
SharePoint's Unified Logging Service (ULS) log files are not that easy to read. There is a browser-based viewer available over at the CodePlex Features project. This adds a new link to the Central Administration Operations page that lets you pick & filter the log files.
Mitch Wheat
2010-03-05 00:45:15