Initializes the log4net system with a default configuration.
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[]);
BasicConfigurator Class | log4net.Config Namespace