log4net SDK Documentation - Microsoft .NET Framework 4.0

BasicConfigurator.Configure Method (IAppender)

Initializes the log4net system using the specified appender.

[Visual Basic]
Overloads Public Shared Function Configure( _
   ByVal appender As IAppender _
) As ICollection
[C#]
public static ICollection Configure(
   IAppender appender
);

Parameters

appender
The appender to use to log all logging events.

Remarks

Initializes the log4net system using the specified appender.

See Also

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