Function: app_log
Function
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)
Parameters
Parameter |
Description |
|---|---|
log_level |
Log level (int).
|
message |
Recorded log information (str). |
Return Value
None
Parent topic: Other APIs