• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# hiappevent_cfg.h
2
3
4## Overview
5
6Defines the configuration items of the event logging configuration function.
7
8If you want to configure the application event logging function, you can directly use configuration item constants.
9
10Example:
11
12```
13bool res = OH_HiAppEvent_Configure(MAX_STORAGE, "100M");
14```
15
16**Since**: 8
17
18**Related module**: [HiAppEvent](_hi_app_event.md)
19
20
21## Summary
22
23
24### Macros
25
26| Name| Description|
27| -------- | -------- |
28| [DISABLE](_hi_app_event.md#disable)   "disable" | Specifies whether to disable event logging.|
29| [MAX_STORAGE](_hi_app_event.md#max_storage)   "max_storage" | Specifies the storage quota of the event file directory.|
30