Class MemoryScriptLog
Implementation of IScriptLog that stores the messages in memory
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 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 |