# MPP Log Demo

## Overview

This sample demonstrates the basic MPP logging interfaces.

## Source Location

```bash
src/rtsmart/examples/mpp/sample_log
```

## Build Method

Enable `Enable Build sample_log` in `make menuconfig`, then rebuild the firmware.

## Run Example

```bash
cd /sdcard/app/examples/mpp
./sample_log.elf
```

## Related APIs

- `kd_mpi_log_set_level_conf`
- `kd_mpi_log_get_level_conf`
- `kd_mpi_log_set_wait_flag`
- `kd_mpi_log_read`
