C# Class WeenyMapper.Logging.SqlCommandLoggerBase

Inheritance: ISqlCommandLogger
Afficher le fichier Open project: erikojebo/WeenyMapper

Méthodes publiques

Méthode Description
Log ( DbCommand command ) : void

Méthodes protégées

Méthode Description
OutputLogEntry ( string logEntry ) : void

Private Methods

Méthode Description
AppendParameterValues ( DbCommand command, string logEntry ) : string
Stringify ( DbParameter parameter ) : string

Method Details

Log() public méthode

public Log ( DbCommand command ) : void
command System.Data.Common.DbCommand
Résultat void

OutputLogEntry() protected abstract méthode

protected abstract OutputLogEntry ( string logEntry ) : void
logEntry string
Résultat void