Interface IScriptLog
Interface for logging script output
Assembly: ImageVault.Common.dll
Syntax
public interface IScriptLog
Methods
Failed(ScriptPart, SqlException)
Declaration
void Failed(ScriptPart scriptPart, SqlException sex)
Parameters
Type |
Name |
Description |
ScriptPart |
scriptPart |
|
System.Data.SqlClient.SqlException |
sex |
|
Info(String)
Declaration
void Info(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Succeeded(ScriptPart)
Declaration
void Succeeded(ScriptPart scriptPart)
Parameters
Extension Methods