Definition at line 95 of file LogSettings.h.
 
◆ 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 97 of file LogSettings.h.