@@ -32,16 +32,16 @@ public override void Flush(ReportAggregates reportAggregates)
3232
3333 var source = RazorEngineManager . Instance . Razor . RunCompile ( "LoggerTest" , typeof ( ExtentLoggerReporter ) , this ) ;
3434 File . WriteAllText ( SavePath + "Index.html" , source ) ;
35- source = RazorEngineManager . Instance . Razor . RunCompile ( "LoggerDashboard " , typeof ( ExtentLoggerReporter ) , this ) ;
35+ source = RazorEngineManager . Instance . Razor . RunCompile ( "CommonsDashboard " , typeof ( ExtentLoggerReporter ) , this ) ;
3636 File . WriteAllText ( SavePath + "Dashboard.html" , source ) ;
3737 if ( CategoryContext . Context . Count > 0 )
3838 {
39- source = RazorEngineManager . Instance . Razor . RunCompile ( "LoggerTag " , typeof ( ExtentLoggerReporter ) , this ) ;
39+ source = RazorEngineManager . Instance . Razor . RunCompile ( "CommonsTag " , typeof ( ExtentLoggerReporter ) , this ) ;
4040 File . WriteAllText ( SavePath + "Tag.html" , source ) ;
4141 }
4242 if ( ExceptionInfoContext . Context . Count > 0 )
4343 {
44- source = RazorEngineManager . Instance . Razor . RunCompile ( "LoggerException " , typeof ( ExtentLoggerReporter ) , this ) ;
44+ source = RazorEngineManager . Instance . Razor . RunCompile ( "CommonsException " , typeof ( ExtentLoggerReporter ) , this ) ;
4545 File . WriteAllText ( SavePath + "Exception.html" , source ) ;
4646 }
4747 }
@@ -56,13 +56,7 @@ private static void AddTemplates()
5656 {
5757 string [ ] templates = new string [ ]
5858 {
59- "LoggerDashboard" ,
60- "LoggerException" ,
61- "LoggerTag" ,
6259 "LoggerTest" ,
63- "Partials.LoggerHead" ,
64- "Partials.LoggerNav" ,
65- "Partials.LoggerNavRight" ,
6660 "LoggerMacro"
6761 } ;
6862 TemplateLoadService . LoadTemplate < ILoggerMarker > ( templates ) ;
@@ -71,11 +65,13 @@ private static void AddTemplates()
7165 {
7266 "CommonsAttributes" ,
7367 "CommonsDashboard" ,
74- "CommonsDashboardScripts" ,
7568 "CommonsException" ,
69+ "CommonsHead" ,
7670 "CommonsInjectCss" ,
7771 "CommonsInjectJs" ,
7872 "CommonsMedia" ,
73+ "CommonsNav" ,
74+ "CommonsNavRight" ,
7975 "CommonsRow" ,
8076 "CommonsTag"
8177 } ;
0 commit comments