ILogger<TCategoryName> public interface ILogger<TCategoryName> : ILogger A generic interface for logging where the category name is derived from the specified TCategoryName type name. Generally used to enable activation of a named ILogger from dependency injection. Documentation Code