Exemplo n.º 1
0
 public static ILogger Log <T>(this T type)
 {
     return(logWrapper.GetLogger <T>());
 }