Exemplo n.º 1
0
 public static ILog ForType <T>(this ILogProvider provider)
 {
     return(provider.Create(typeof(T).FullName));
 }