Refactor logging and profiling, boot reporting

This commit is contained in:
Stephan
2016-09-11 19:57:33 +02:00
parent 091816a2ea
commit 5c2232aa3b
168 changed files with 1498 additions and 1281 deletions

View File

@@ -195,7 +195,7 @@ ORDER BY n.level, n.sortOrder
if (dto.DraftData == null)
{
//throw new Exception("Missing cmsContentNu content for node " + dto.Id + ", consider rebuilding.");
LogHelper.Warn<Database>("Missing cmsContentNu content for node " + dto.Id + ", consider rebuilding.");
Current.Logger.Warn<Database>("Missing cmsContentNu content for node " + dto.Id + ", consider rebuilding.");
}
else
{
@@ -217,7 +217,7 @@ ORDER BY n.level, n.sortOrder
if (dto.PubData == null)
{
//throw new Exception("Missing cmsContentNu content for node " + dto.Id + ", consider rebuilding.");
LogHelper.Warn<Database>("Missing cmsContentNu content for node " + dto.Id + ", consider rebuilding.");
Current.Logger.Warn<Database>("Missing cmsContentNu content for node " + dto.Id + ", consider rebuilding.");
}
else
{