# hiviewdfx_hisysevent **Repository Path**: wangzhiyusss/hiviewdfx_hisysevent ## Basic Information - **Project Name**: hiviewdfx_hisysevent - **Description**: System event logging | 系统事件记录接口 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 204 - **Created**: 2025-07-15 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HiSysEvent - [Introduction](#section11660541593) - [Directory Structure](#section161941989596) - [Description](#section1312121216216) - [Available APIs](#section1551164914237) - [Sample Code](#section129654513264) - [Repositories Involved](#section1371113476307) ## Introduction HiSysEvent provides event logging APIs for OpenHarmony to record important information of key processes during system running, helping you locate faults. In addition, you can upload the log data to the cloud for big data analytics. **Figure 1** HiSysEvent architecture  ## Directory Structure ``` /base/hiviewdfx/hisysevent # HiSysEvent source code ├── adapter # Platform adaptation code │ └── native # native adaptation code ├── frameworks # Framework code │ └── native # C/C++ APIs ├── interfaces # External APIs └── native # C++ APIs └── innerkits # C++ APIs opened to internal subsystems ``` ## Description ### Available APIs The following table lists the C++ APIs provided by the **HiSysEvent** class. **Table 1** C++ APIs provided by HiSysEvent