ASM::LoggingProfileDefinition¶
Introduced : BIG-IP_v9.0
A struct that represents a logging profile.
Member | Type | Description |
name | String | The name of the logging profile. |
description | String | The description of the logging profile. |
local_storage_flag | boolean | The flag that indicates whether there is local storage or not. If the local_storage_flag is false, then the logging is also not guaranteed. |
guarantee_logging_flag | boolean | The flag that indicates whether logging is guaranteed or not. This value is only used when local storage flag is true, otherwise it is ignored (and false). |
remote_storage | LoggingRemoteStorage | The “logging remote storage” setting. Always there should be either local or remote storage (or both). |
storage_filter | LoggingStorageFilter | The “logging storage filter” setting. |
See Also¶
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.