Close_Always_State - StatusAsciiLog
Determines if the ascii File should be closed between each log
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Close_Always_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Close_Always_State to IntegerVariable |
| Write Access: | Set Close_Always_State to IntegerVariable/Value |
Description
Close_Always_state determines if the ascii log file should normally be closed and opened only long enough to record a log event. Normally, this property is false which means that status log file remains open between logs. Closing the file each time, slows down processing but has the advantage of writing the file to disk after each event which can be a useful debugging technqiue in an unstable environment.
Default is False.