AdoNetAppenderParameter ClassApache log4net™ SDK Documentation
Parameter type used by the AdoNetAppender.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Appender AdoNetAppenderParameter

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

public class AdoNetAppenderParameter
Remarks

This class provides the basic database parameter properties as defined by the OnlineIDbDataParameter interface.

This type can be subclassed to provide database specific functionality. The two methods that are called externally are Prepare(IDbCommand) and FormatValue(IDbCommand, LoggingEvent).

See Also