BasicConfigurator Configure Method Apache log4net™ SDK Documentation
Initializes the log4net system with a default configuration.

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static ICollection Configure()

Return Value

Type: OnlineICollection

[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