Interface IShadowTcoLogger
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface IShadowTcoLogger : IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_buffer
Declaration
IShadowTcoLogItem[] _buffer { get; }
Property Value
|
Improve this Doc
View Source
_minLoggingLevel
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IShadowInt _minLoggingLevel { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_plcCarret
Declaration
IShadowInt _plcCarret { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainTcoLogger)
Declaration
void CopyPlainToShadow(PlainTcoLogger source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoLogger CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()