mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
722a6b7cf4
This commit updates the chip independent system chapters of the programming guide for esp32s3. Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
19 lines
488 B
ReStructuredText
19 lines
488 B
ReStructuredText
.. include:: ../../../../components/log/README.rst
|
|
|
|
Application Example
|
|
-------------------
|
|
|
|
The logging library is commonly used by most esp-idf components and examples. For demonstration of log functionality, check ESP-IDF's :idf:`examples` directory. The most relevant examples that deal with logging are the following:
|
|
|
|
* :example:`system/ota`
|
|
* :example:`storage/sd_card`
|
|
* :example:`protocols/https_request`
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
.. include-build-file:: inc/esp_log.inc
|
|
|
|
|
|
|