#include <OnixS/B3/MarketData/UMDF/LogSettings.h>
Public Types | |
enum | Enum { ReadOwnerOnly = 0x01, ReadAll = 0x02, WriteOwnerOnly = 0x04, WriteAll = 0x08, Default = ReadAll | WriteOwnerOnly } |
Definition at line 96 of file LogSettings.h.
enum Enum |
Enumerator | |
---|---|
ReadOwnerOnly |
read access only for owner of process |
ReadAll |
read access for all |
WriteOwnerOnly |
write access only for owner of process |
WriteAll |
write access for all |
Default |
Default value. |
Definition at line 98 of file LogSettings.h.