Skip to content

LOG

ESP_LOG()

Usage:

static const char* TAG = "main"; // define a tag
ESP_LOGI(TAG,"Hello world!"); // print information