| Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 | 
            
             | 
          
        
       
      
        
LoggerRepositorySkeleton.GetCurrentLoggers�Method�
      
     
    
       Returns all the currently defined loggers in the repository 
      
        [Visual�Basic]
        MustOverride�Public�Function�GetCurrentLoggers()�As�
ILogger()�_
 
      
        [C#]
        public�abstract�
ILogger[]�GetCurrentLoggers();
 
      Return Value
      All the defined loggers
      Implements
      
        ILoggerRepository.GetCurrentLoggers
      
      Remarks
             Returns all the currently defined loggers in the repository as an Array. 
            See Also
LoggerRepositorySkeleton Class | log4net.Repository Namespace