# Overview of Application Event Logging The HiAppEvent module provides event logging APIs for applications to log the fault, statistical, security, and user behavior events reported during running. Based on event information, you will be able to analyze the running status of your application. You can use this module to develop application event-related functions, including flushing application events to a disk, querying and clearing application events, and customizing application event logging configuration. ## Basic Concepts **Logging** A function that logs changes caused by user operations to provide service data for development, product, and O&M analysis.