C# Class Elmah.MySqlErrorLog.Commands

Mostra file Open project: elmah/Elmah

Public Methods

Method 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 method

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

GetErrorsXml() public static method

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

GetErrorsXmlOutputs() public static method

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

LogError() public static method

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
return MySql.Data.MySqlClient.MySqlCommand