Ejemplo n.º 1
0
 public UserControlLogger(
     string name,
     UserControlLoggerConfiguration config) =>
 (_name, _config) = (name, config);
Ejemplo n.º 2
0
 public UserControlLoggerProvider(UserControlLoggerConfiguration config) =>