Function: app_log
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Records logs in the log files of the system.
Prototype
- C Prototype
1ACL_APP_LOG(aclLogLevel logLevel, const char *message)
- Python Function
1acl.app_log(log_level, message)
Parameter Description
Parameter |
Description |
|---|---|
log_level |
Log level (int).
|
message |
Recorded log information (str). |
Return Value Description
None.
Parent topic: System Configuration