NLog Logging Library

LogManager.ReconfigExistingLoggers Method 

[This is preliminary documentation and subject to change.]

Loops through all loggers previously returned by GetLogger and recalculates their target and filter list. Useful after modifying the configuration programmatically to ensure that all loggers have been properly configured.

[Visual Basic]
Public Shared Sub ReconfigExistingLoggers()
[C#]
public static void ReconfigExistingLoggers();

See Also

LogManager Class | NLog Namespace