log4net SDK Documentation - Microsoft .NET Framework 4.0
LogManager.CreateRepository Method (String, Type)
Creates a repository with the specified name and repository type.
[Visual Basic] Overloads Public Shared Function CreateRepository( _ ByVal repository As String, _ ByVal repositoryType As Type _ ) As ILoggerRepository
The name of the repository, this must be unique to the repository.
repositoryType
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.