ESP32: manage multiple Serial and logging for debugging – 3
ESP32 have 2 multiple UART, they are very usefully for debug, and this device have also a core logging system that you can use to debug and control your code.
Logging is the process of recording and storing data about events, transactions, or operations that occur within a system or application. It’s a critical component for monitoring, troubleshooting, and analyzing the performance and health of systems. Logs provide valuable insights for debugging issues, understanding user behavior, and ensuring security compliance. Logging is commonly used in software development, IT management, and network administration.
ESP32 have 2 multiple UART, they are very usefully for debug, and this device have also a core logging system that you can use to debug and control your code.