Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

XmlConfigurator.ConfigureAndWatch�Method

Configures the ILoggerRepository using the file specified, monitors the file for changes and reloads the configuration if a change is detected.

Overload List

Configures the ILoggerRepository using the file specified, monitors the file for changes and reloads the configuration if a change is detected.

public�static�ICollection�ConfigureAndWatch(ILoggerRepository,FileInfo);

Configures log4net using the file specified, monitors the file for changes and reloads the configuration if a change is detected.

public�static�ICollection�ConfigureAndWatch(FileInfo);

See Also

XmlConfigurator Class | log4net.Config Namespace | Configure