Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
Statistic
FMM
Blog
Audit.SetLogAccess
Sets whether access is logged.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Audit | 4.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Free |
MBS( "Audit.SetLogAccess"; value ) More
Parameters
Parameter | Description | Example |
---|---|---|
value | The new setting. Can be 0 or 1. | 0 |
Result
Returns OK or error.
Description
Sets whether access is logged.If a record is modified which the plugin does not log as fields are disabled for logging, the plugin will write an entry with access action. If you set this to zero, the access log entry is not written.
See also Audit.GetLogAccess.
You may best call this in start script of the solution to setup Audit as needed.
Examples
Disable access logging:
MBS( "Audit.SetLogAccess"; 0 )
See also
Blog Entries
Created 18th August 2014, last changed 3th June 2021
Audit.SetIgnoredFieldNames - Audit.SetUUIDField
Feedback: Report problem or ask question.
