hiappevent-overview.md 615 字节
Newer Older
Z
zengyawen 已提交
1 2 3 4 5 6
# Overview of Application Event Logging

HiAppEvent 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.

## Basic Concepts

S
shawn_he 已提交
7
The HiAppEvent module can be used to develop application event-related functions, including flushing application events to a disk and querying historical application events.
Z
zengyawen 已提交
8

S
shawn_he 已提交
9
**Logging**: a function that logs changes caused by user operations to provide service data for development, product, and O&M analysis.