Ever wanted to Log anything in SharePoint Log files in 12 Hive Logs Folder
try
{
SPWeb Web = Site.AllWebs[2000];
}
catch(Exception exc)
{
Microsoft.Office.Server.Diagnostics.PortalLog.LogString("Web Does Not Exists: Details of Exception: {0} – {1}”, exc.ToString(), exc.StackTrace);
}
Technorati Tags: SharePoint,WSS 3.0