Logger<T> public class Logger<T> : ILogger<T>, ILogger Delegates to a new ILogger instance using the full name of the given type, created by the provided ILoggerFactory. Documentation Code public Logger(ILoggerFactory factory) Creates a new Logger<T>.