C# Class Elmah.MySqlErrorLog.Commands

Afficher le fichier Open project: elmah/Elmah

Méthodes publiques

Méthode Description
GetErrorXml ( string appName, System.Guid id ) : MySqlCommand
GetErrorsXml ( string appName, int pageIndex, int pageSize ) : MySqlCommand
GetErrorsXmlOutputs ( MySqlCommand command, int &totalCount ) : void
LogError ( System.Guid id, string appName, string hostName, string typeName, string source, string message, string user, int statusCode, System.DateTime time, string xml ) : MySqlCommand

Method Details

GetErrorXml() public static méthode

public static GetErrorXml ( string appName, System.Guid id ) : MySqlCommand
appName string
id System.Guid
Résultat MySql.Data.MySqlClient.MySqlCommand

GetErrorsXml() public static méthode

public static GetErrorsXml ( string appName, int pageIndex, int pageSize ) : MySqlCommand
appName string
pageIndex int
pageSize int
Résultat MySql.Data.MySqlClient.MySqlCommand

GetErrorsXmlOutputs() public static méthode

public static GetErrorsXmlOutputs ( MySqlCommand command, int &totalCount ) : void
command MySql.Data.MySqlClient.MySqlCommand
totalCount int
Résultat void

LogError() public static méthode

public static LogError ( System.Guid id, string appName, string hostName, string typeName, string source, string message, string user, int statusCode, System.DateTime time, string xml ) : MySqlCommand
id System.Guid
appName string
hostName string
typeName string
source string
message string
user string
statusCode int
time System.DateTime
xml string
Résultat MySql.Data.MySqlClient.MySqlCommand