log4net SDK Reference

BasicConfigurator.Configure Method (IAppender)

[This is preliminary documentation and subject to change.]

Initializes the log4net system using the specified appender.

[Visual Basic]
Overloads Public Shared Sub Configure( _
   ByVal appender As IAppender _
)
[C#]
public static void 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