C# Class WeenyMapper.Logging.SqlCommandLoggerBase

Inheritance: ISqlCommandLogger
显示文件 Open project: erikojebo/WeenyMapper

Public Methods

Method Description
Log ( DbCommand command ) : void

Protected Methods

Method Description
OutputLogEntry ( string logEntry ) : void

Private Methods

Method Description
AppendParameterValues ( DbCommand command, string logEntry ) : string
Stringify ( DbParameter parameter ) : string

Method Details

Log() public method

public Log ( DbCommand command ) : void
command System.Data.Common.DbCommand
return void

OutputLogEntry() protected abstract method

protected abstract OutputLogEntry ( string logEntry ) : void
logEntry string
return void