Primary types used by calling applications to generate log messages.
      
        Namespace hierarchy
      
      Classes
      
        
          
            | Class | Description | 
          
            | GlobalContext | The log4net Global Context. | 
          
            | LogicalThreadContext | The log4net Logical Thread Context. | 
          
            | LogManager | This class is used by client applications to request logger instances. | 
          
            | MDC | Implementation of Mapped Diagnostic Contexts. | 
          
            | NDC | Implementation of Nested Diagnostic Contexts. | 
          
            | ThreadContext | The log4net Thread Context. | 
        
       
      Interfaces
      
        
          
            | Interface | Description | 
          
            | ILog | The ILog interface is use by application to log messages into the log4net framework. |