|  Name | Gets the name of the logger. | 
|  Repository | Gets the ILoggerRepository where this Loggerinstance is attached to. | 
|  IsEnabledFor | Checks if this logger is enabled for a given Level passed as parameter. | 
|  Log | Overloaded. This is the most generic printing method that is intended to be used by wrappers. | 
ILogger Interface | log4net.Core Namespace