log4net SDK Documentation - Microsoft .NET Framework 4.0

BasicConfigurator.Configure Method

Initializes the log4net system with a default configuration.

Overload List

Initializes the log4net system with a default configuration.

public static ICollection Configure();

Initializes the log4net system using the specified appender.

public static ICollection Configure(IAppender);

Initializes the log4net system using the specified appenders.

public static ICollection Configure(params IAppender[]);

Initializes the ILoggerRepository with a default configuration.

public static ICollection Configure(ILoggerRepository);

Initializes the ILoggerRepository using the specified appender.

public static ICollection Configure(ILoggerRepository,IAppender);

Initializes the ILoggerRepository using the specified appenders.

public static ICollection Configure(ILoggerRepository,params IAppender[]);

See Also

BasicConfigurator Class | log4net.Config Namespace