We are wrapping an existing logging library in our own logging service in a C# application to surround it with predefined methods for certain logging situations.
<
Yes, you can use:
container.RegisterType(typeof(IMyGenericInterface<>), typeof(MyConcreteGenericClass<>));