AdoNetAppender ResolveConnectionString Method Apache log4net™ SDK Documentation
Resolves the connection string from the ConnectionString, ConnectionStringName, or AppSettingsKey property.

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

protected virtual string ResolveConnectionString(
	out string connectionStringContext
)

Parameters

connectionStringContext
Type: OnlineSystem String 
Additional information describing the connection string.

Return Value

Type: OnlineString
A connection string used to connect to the database.
Remarks

ConnectiongStringName is only supported on .NET 2.0 and higher.
See Also