Exemplo n.º 1
0
 protected XLog()
 {
     _logger = new HtmlLog();
     Config  = _logger.Config;
 }
Exemplo n.º 2
0
 protected XLog(ILogConfiguration configuration)
 {
     Config  = configuration;
     _logger = new HtmlLog(configuration);
 }