Class TcoLogItem
Logger message object contains complete message details including time stamp, message text, message category, identity of the message provider, context cycle in which the message was posted.
Inheritance
System.Object
TcoLogItem
Implements
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
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()
Assembly: TcoCoreConnector.dll
Syntax
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "TcoLogItem", "TcoCore", TypeComplexityEnum.Complex)]
public class TcoLogItem : IVortexObject, ITwinObject, IVortexElement, ITcoLogItem, IShadowTcoLogItem, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
TcoLogItem()
Declaration
|
Improve this Doc
View Source
TcoLogItem(IVortexObject, String, String)
Declaration
public TcoLogItem(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
Fields
|
Improve this Doc
View Source
_Category
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
_Cycle
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt |
|
|
Improve this Doc
View Source
_ExpectDequeing
Declaration
OnlinerBool _ExpectDequeing
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_humanReadable
Declaration
protected string _humanReadable
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
_Identity
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt |
|
|
Improve this Doc
View Source
_MessageDigest
Declaration
OnlinerDWord _MessageDigest
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerDWord |
|
|
Improve this Doc
View Source
_PerCycleCount
Declaration
OnlinerByte _PerCycleCount
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerByte |
|
|
Improve this Doc
View Source
_Text
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerString |
|
|
Improve this Doc
View Source
_TimeStamp
Declaration
OnlinerDateTime _TimeStamp
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerDateTime |
|
Properties
|
Improve this Doc
View Source
_AttributeName
Declaration
string _AttributeName { }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AttributeName
Declaration
public string AttributeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Category
Message category of this message. See eMessageCategory for detailed informations.
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
public OnlinerInt Category { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
Children
Declaration
List<IVortexObject> Children { }
Property Value
Type |
Description |
System.Collections.Generic.List<Vortex.Connector.IVortexObject> |
|
|
Improve this Doc
View Source
Connector
Declaration
protected IConnector Connector { get; set; }
Property Value
Type |
Description |
Vortex.Connector.IConnector |
|
|
Improve this Doc
View Source
Cycle
Context cycle in which the message was posted.
Declaration
[ReadOnly]
public OnlinerULInt Cycle { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt |
|
|
Improve this Doc
View Source
ExpectDequeing
Indicates that the message is expected to be dequeed from the buffer.
Declaration
public OnlinerBool ExpectDequeing { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
HumanReadable
Declaration
public string HumanReadable { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Identity
Identity of the TcoObject that posted this message.
Declaration
[ReadOnly]
public OnlinerULInt Identity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt |
|
|
Improve this Doc
View Source
Kids
Declaration
List<IVortexElement> Kids { }
Property Value
Type |
Description |
System.Collections.Generic.List<Vortex.Connector.IVortexElement> |
|
|
Improve this Doc
View Source
LastKnownPlain
Gets the last known log entry content in plain .net type system (aka POCO object) with object retieved by identity.
Declaration
public PlainTcoLogItem LastKnownPlain { get; }
Property Value
|
Improve this Doc
View Source
MessageDigest
Stores message digest of this message text.
Declaration
public OnlinerDWord MessageDigest { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerDWord |
|
|
Improve this Doc
View Source
Parent
Declaration
protected IVortexObject Parent { get; set; }
Property Value
Type |
Description |
Vortex.Connector.IVortexObject |
|
|
Improve this Doc
View Source
PerCycleCount
Count of messages of the object in the current cycle.
Declaration
[ReadOnly]
public OnlinerByte PerCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerByte |
|
|
Improve this Doc
View Source
Symbol
Declaration
public string Symbol { get; protected set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SymbolTail
Declaration
protected string SymbolTail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Text
Declaration
[ReadOnly]
public OnlinerString Text { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerString |
|
|
Improve this Doc
View Source
TimeStamp
Time when the message was posted.
Declaration
[ReadOnly]
public OnlinerDateTime TimeStamp { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerDateTime |
|
|
Improve this Doc
View Source
Declaration
List<IValueTag> ValueTags { }
Property Value
Type |
Description |
System.Collections.Generic.List<Vortex.Connector.IValueTag> |
|
Methods
|
Improve this Doc
View Source
AddChild(IVortexObject)
Declaration
public void AddChild(IVortexObject vortexObject)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
vortexObject |
|
|
Improve this Doc
View Source
AddKid(IVortexElement)
Declaration
public void AddKid(IVortexElement vortexElement)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexElement |
vortexElement |
|
|
Improve this Doc
View Source
AddValueTag(IValueTag)
Declaration
public void AddValueTag(IValueTag valueTag)
Parameters
Type |
Name |
Description |
Vortex.Connector.IValueTag |
valueTag |
|
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoLogItem)
Declaration
public void CopyPlainToShadow(PlainTcoLogItem source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainTcoLogItem CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainTcoLogItem)
Declaration
protected PlainTcoLogItem CreatePlainerType(PlainTcoLogItem cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoLogItem)
Declaration
public void FlushOnlineToPlain(PlainTcoLogItem source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoLogItem)
Declaration
public void FlushPlainToOnline(PlainTcoLogItem source)
Parameters
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
|
Improve this Doc
View Source
GetChildren()
Declaration
public IEnumerable<IVortexObject> GetChildren()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Vortex.Connector.IVortexObject> |
|
|
Improve this Doc
View Source
GetConnector()
Declaration
public IConnector GetConnector()
Returns
Type |
Description |
Vortex.Connector.IConnector |
|
|
Improve this Doc
View Source
GetKids()
Declaration
public IEnumerable<IVortexElement> GetKids()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Vortex.Connector.IVortexElement> |
|
|
Improve this Doc
View Source
GetParent()
Declaration
public IVortexObject GetParent()
Returns
Type |
Description |
Vortex.Connector.IVortexObject |
|
|
Improve this Doc
View Source
GetSymbolTail()
Declaration
public string GetSymbolTail()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public IEnumerable<IValueTag> GetValueTags()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<Vortex.Connector.IValueTag> |
|
|
Improve this Doc
View Source
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
|
Improve this Doc
View Source
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
|
Improve this Doc
View Source
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
|
Improve this Doc
View Source
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
|
Improve this Doc
View Source
Translate(String, IVortexObject)
Declaration
string Translate(string text, IVortexObject sender)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Vortex.Connector.IVortexObject |
sender |
|
Returns
Type |
Description |
System.String |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IShadowTcoLogItem.Category
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IShadowInt IShadowTcoLogItem.Category { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
IShadowTcoLogItem.Cycle
Declaration
[ReadOnly]
IShadowULInt IShadowTcoLogItem.Cycle { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
IShadowTcoLogItem.ExpectDequeing
Declaration
IShadowBool IShadowTcoLogItem.ExpectDequeing { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowTcoLogItem.Identity
Declaration
[ReadOnly]
IShadowULInt IShadowTcoLogItem.Identity { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
IShadowTcoLogItem.MessageDigest
Declaration
IShadowDWord IShadowTcoLogItem.MessageDigest { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDWord |
|
|
Improve this Doc
View Source
IShadowTcoLogItem.PerCycleCount
Declaration
[ReadOnly]
IShadowByte IShadowTcoLogItem.PerCycleCount { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowByte |
|
|
Improve this Doc
View Source
IShadowTcoLogItem.Text
Declaration
[ReadOnly]
IShadowString IShadowTcoLogItem.Text { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowString |
|
|
Improve this Doc
View Source
IShadowTcoLogItem.TimeStamp
Declaration
[ReadOnly]
IShadowDateTime IShadowTcoLogItem.TimeStamp { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowDateTime |
|
|
Improve this Doc
View Source
ITcoLogItem.Category
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IOnlineInt ITcoLogItem.Category { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
ITcoLogItem.Cycle
Declaration
[ReadOnly]
IOnlineULInt ITcoLogItem.Cycle { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
ITcoLogItem.ExpectDequeing
Declaration
IOnlineBool ITcoLogItem.ExpectDequeing { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
ITcoLogItem.Identity
Declaration
[ReadOnly]
IOnlineULInt ITcoLogItem.Identity { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
ITcoLogItem.MessageDigest
Declaration
IOnlineDWord ITcoLogItem.MessageDigest { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDWord |
|
|
Improve this Doc
View Source
ITcoLogItem.PerCycleCount
Declaration
[ReadOnly]
IOnlineByte ITcoLogItem.PerCycleCount { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineByte |
|
|
Improve this Doc
View Source
ITcoLogItem.Text
Declaration
[ReadOnly]
IOnlineString ITcoLogItem.Text { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
ITcoLogItem.TimeStamp
Declaration
[ReadOnly]
IOnlineDateTime ITcoLogItem.TimeStamp { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineDateTime |
|
Implements
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
See Also