Enum eMessengerLogMethod
Message logging method. Determines how the messages will be pushed to the log buffer.
Namespace: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public enum eMessengerLogMethod
Fields
Name | Description |
---|---|
Continuous | Logs message continuosly with not filtering. importantThis method may easily overrun the circular message buffer. |
NoLogging | No logging. |
OnEventRisen | Logs message when the occurence of the message content arises. If the message with the same content occurs in the n+1 cycle such message is not pushed. |