Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ESP32 Logging (Read 1689 times)
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
ESP32 Logging
Jun 30th, 2018 at 8:21am
Print Post  
Hello I have a registered Version of vMicro with Visual Studio 2017
How switch I on Logging with vMicro.
With the Arduino IDE just Tools Core Debug Level Verbose  How do I switch this on with vMicro Tongue
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: ESP32 Logging
Reply #1 - Jun 30th, 2018 at 3:56pm
Print Post  
Each boards "Options" should appear on the vMicro menu as Option 1, Option 2 etc.

The available "Options" are specified by the author of the core and that is also what you see on the Arduino Tools menu below the Board selection.
  
Back to top
IP Logged
 
ZenForAll
Junior Member
**
Offline


Posts: 34
Joined: Jun 30th, 2018
Re: ESP32 Logging
Reply #2 - Jul 2nd, 2018 at 11:41am
Print Post  
Thank you now it's works
     esp_log_level_set("*", ESP_LOG_VERBOSE);

     ESP_LOGE("TAG", "Error");
     ESP_LOGW("TAG", "Warning");
     ESP_LOGI("TAG", "Info");
     ESP_LOGD("TAG", "Debug");
     ESP_LOGV("TAG", "Verbose");
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint