OnixS C++ Euronext Optiq MDG Handler 1.3.3
API documentation
Loading...
Searching...
No Matches
LogFilePermission Struct Reference

Public Types

enum  Enum

Detailed Description

Definition at line 96 of file LogSettings.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
ReadOwnerOnly 0x01 

read access only for owner of process

ReadAll 0x02 

read access for all

WriteOwnerOnly 0x04 

write access only for owner of process

WriteAll 0x08 

write access for all

Default ReadAll | WriteOwnerOnly 

Default value.

Definition at line 98 of file LogSettings.h.