C# Class Elmah.PgsqlErrorLog.Commands

Afficher le fichier Open project: elmah/Elmah

Méthodes publiques

Méthode Description
GetErrorXml ( string appName, System.Guid id ) : NpgsqlCommand
GetErrorsXml ( string appName, int pageIndex, int pageSize ) : NpgsqlCommand
GetErrorsXmlTotal ( string appName ) : NpgsqlCommand
LogError ( System.Guid id, string appName, string hostName, string typeName, string source, string message, string user, int statusCode, System.DateTime time, string xml ) : NpgsqlCommand

Method Details

GetErrorXml() public static méthode

public static GetErrorXml ( string appName, System.Guid id ) : NpgsqlCommand
appName string
id System.Guid
Résultat Npgsql.NpgsqlCommand

GetErrorsXml() public static méthode

public static GetErrorsXml ( string appName, int pageIndex, int pageSize ) : NpgsqlCommand
appName string
pageIndex int
pageSize int
Résultat Npgsql.NpgsqlCommand

GetErrorsXmlTotal() public static méthode

public static GetErrorsXmlTotal ( string appName ) : NpgsqlCommand
appName string
Résultat Npgsql.NpgsqlCommand

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 ) : NpgsqlCommand
id System.Guid
appName string
hostName string
typeName string
source string
message string
user string
statusCode int
time System.DateTime
xml string
Résultat Npgsql.NpgsqlCommand