Exemplo n.º 1
0
 public static ILogger CreateStatic(Type type) => Log.ForContext(type);
Exemplo n.º 2
0
 public static ILogger Create <T>() => Log.ForContext <T>();