Renders the logging event and set the parameter value in the command.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- command
- Type: System.Data IDbCommand
The command containing the parameter.
- loggingEvent
- Type: log4net.Core LoggingEvent
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