A Type that implements ILoggerRepository and has a no arg constructor. An instance of this type will be created to act as the ILoggerRepository for the repository specified.
The ILoggerRepository created will be associated with the repository specified such that a call to GetRepository will return the same repository instance.