Search Results for

    Show / Hide Table of Contents

    Class MemoryScriptLog

    Implementation of IScriptLog that stores the messages in memory

    Inheritance
    System.Object
    ScriptLog
    MemoryScriptLog
    Implements
    IScriptLog
    Inherited Members
    ScriptLog.Info(String)
    ScriptLog.Succeeded(ScriptPart)
    ScriptLog.Failed(ScriptPart, SqlException)
    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 class MemoryScriptLog : ScriptLog, IScriptLog

    Constructors

    MemoryScriptLog()

    Declaration
    public MemoryScriptLog()

    Properties

    Messages

    Internal message list

    Declaration
    public IList<ScriptLogMessage> Messages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ScriptLogMessage>

    Methods

    Log(ScriptLogMessage)

    Log the supplied message

    Declaration
    protected override void Log(ScriptLogMessage message)
    Parameters
    Type Name Description
    ScriptLogMessage message
    Overrides
    ScriptLog.Log(ScriptLogMessage)

    Implements

    IScriptLog

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022