MartenLogger.

LogFailure(NpgsqlCommand, Exception) Method

Summary

Log a command that failed

Syntax

public void LogFailure(NpgsqlCommand command, Exception ex)

Parameters

Name Type Description
command NpgsqlCommand The command.
ex Exception The ex.

Return Value

Type Description
void