예제 #1
0
파일: Logger.cs 프로젝트: Deeadline/ZTP
 public Logger(Output.Output output)
 {
     _outputService.SetOutputter(output);
 }