示例#1
0
文件: Logger.cs 项目: Deeadline/ZTP
 public Logger(Output.Output output)
 {
     _outputService.SetOutputter(output);
 }