log.rst 488 B

123456789101112131415161718
  1. .. include:: ../../../../components/log/README.rst
  2. Application Example
  3. -------------------
  4. 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 revelant examples that deal with logging are the following:
  5. * :example:`system/ota`
  6. * :example:`storage/sd_card`
  7. * :example:`protocols/https_request`
  8. API Reference
  9. -------------
  10. .. include-build-file:: inc/esp_log.inc