コード例 #1
0
 public void Register(IOutputProvider output)
 {
     if (output != null)
     {
         Context.Debug(() => $"Registering {output.GetType().Name}.");
     }
     OutputProvider = output;
 }