AdoNetAppenderParameter FormatValue Method Apache log4net™ SDK Documentation
Renders the logging event and set the parameter value in the command.

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

public virtual void FormatValue(
	IDbCommand command,
	LoggingEvent loggingEvent
)
Remarks

Renders the logging event using this parameters layout object. Sets the value of the parameter on the command object.

See Also