 | LoggerBaseIsTimerTriggered property |
With True, the logging output is time-controlled.
LoggingTriggerCounter then returns the number of milliseconds
until the next trigger event.
If False, the output is divided by the total number
counting processes are controlled. LoggingTriggerCounter defined
here is the number of counting processes after which the output takes place;
Default: True.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic bool IsTimerTriggered { get; set; }
Public Property IsTimerTriggered As Boolean
Get
Set
public:
property bool IsTimerTriggered {
bool get ();
void set (bool value);
}
member IsTimerTriggered : bool with get, set
Property value
Boolean
See also