C# 클래스 Elmah.MySqlErrorLog.Commands

파일 보기 프로젝트 열기: elmah/Elmah

공개 메소드들

메소드 설명
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

메소드 상세

GetErrorXml() 공개 정적인 메소드

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

GetErrorsXml() 공개 정적인 메소드

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

GetErrorsXmlOutputs() 공개 정적인 메소드

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

LogError() 공개 정적인 메소드

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