コード例 #1
0
 public Logger(IJsonLogger jsonLogger, IHtmlLogger htmlLogger, IStringHelper stringHelper, IConsoleManager consoleManager)
 {
     _jsonLogger = jsonLogger;
     _htmlLogger = htmlLogger;
     _stringHelper = stringHelper;
     _consoleManager = consoleManager;
 }
コード例 #2
0
 public Logger(IJsonLogger jsonLogger, IHtmlLogger htmlLogger, IStringHelper stringHelper, IConsoleManager consoleManager)
 {
     _jsonLogger     = jsonLogger;
     _htmlLogger     = htmlLogger;
     _stringHelper   = stringHelper;
     _consoleManager = consoleManager;
 }