MartenLogger.

LogSuccess(NpgsqlCommand) Method

Summary

Log a command that executed successfully

Syntax

public void LogSuccess(NpgsqlCommand command)

Parameters

Name Type Description
command NpgsqlCommand The command.

Return Value

Type Description
void