The ILogger type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| IsEnabledFor | 
            Checks if this logger is enabled for a given Level passed as parameter.
              | |
| Log(LoggingEvent) | 
            This is the most generic printing method that is intended to be used 
            by wrappers.
              | |
| Log(Type, Level, Object, Exception) | 
            This generic form is intended to be used by wrappers.
              | 
Properties
| Name | Description | |
|---|---|---|
| Name | 
            Gets the name of the logger.
              | |
| Repository | 
            Gets the ILoggerRepository where this 
            Logger instance is attached to.
              | 
See Also