Interface ITcoLogger
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoCoreConnector.dll
Syntax
public interface ITcoLogger : ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_buffer
Declaration
ITcoLogItem[] _buffer { get; set; }
Property Value
|
Improve this Doc
View Source
_minLoggingLevel
Declaration
[EnumeratorDiscriminator(typeof(eMessageCategory))]
IOnlineInt _minLoggingLevel { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_plcCarret
Declaration
IOnlineInt _plcCarret { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoLogger CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoLogger)
Declaration
void FlushOnlineToPlain(PlainTcoLogger source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoLogger)
Declaration
void FlushPlainToOnline(PlainTcoLogger source)
Parameters