I don't know if the repository is aware of non-used Appenders. Did you
try this:

 LogManager.GetRepository().GetAppenders();

To get the Layouts, you'll need to test each IAppender to see if it is
an AppenderSkeleton.

--- Gonçalo Luiz <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> Is there any way to access all appenders and layouts in the
> configuration file (even those that are not associated to any
> logger?).
> 
> I'm using log4net 1.2.10.
> 
> Thank you.
> 
> Best Regards,
> -- 
> Gonçalo Luiz
> 


Reply via email to