Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

BasicConfigurator.Configure�Method�()

Initializes the log4net system with a default configuration.

[Visual�Basic]
Overloads�Public�Shared�Function�Configure()�As�ICollection
[C#]
public�static�ICollection�Configure();

Remarks

Initializes the log4net logging system using a ConsoleAppender that will write to Console.Out. The log messages are formatted using the PatternLayout layout object with the DetailConversionPattern layout style.

See Also

BasicConfigurator Class | log4net.Config Namespace | BasicConfigurator.Configure Overload List