Example #1
0
 public void SetConfig(LogViewConfig config, ReprotLogLogic report)
 {
     Config = config;
     Report = report;
 }
Example #2
0
 public LogAnalysis()
 {
     Config = new LogViewConfig();
     Report = new ReprotLogLogic();
     LogProvider = new NLogJsonProvider();
 }