Class ScriptLog
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib.Data
Assembly: ImageVault.Common.dll
Syntax
public abstract class ScriptLog : IScriptLog
Constructors
ScriptLog()
Declaration
protected ScriptLog()
Methods
Failed(ScriptPart, SqlException)
Declaration
public void Failed(ScriptPart scriptPart, SqlException sex)
Parameters
Type | Name | Description |
---|---|---|
ScriptPart | scriptPart | |
System.Data.SqlClient.SqlException | sex |
Info(String)
Declaration
public void Info(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
Log(ScriptLogMessage)
Log the supplied message
Declaration
protected abstract void Log(ScriptLogMessage message)
Parameters
Type | Name | Description |
---|---|---|
ScriptLogMessage | message |
Succeeded(ScriptPart)
Declaration
public void Succeeded(ScriptPart scriptPart)
Parameters
Type | Name | Description |
---|---|---|
ScriptPart | scriptPart |