Initializes the log4net system with a default configuration.
Namespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: ICollection[Missing <returns> documentation for "M:log4net.Config.BasicConfigurator.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