Renders the logging event and set the parameter value in the command.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax
Parameters
- command
- Type: System.DataIDbCommand
The command containing the parameter. - loggingEvent
- Type: log4net.CoreLoggingEvent
The event to be rendered.
Remarks
Renders the logging event using this parameters layout object. Sets the value of the parameter on the command object.
See Also