We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to enable full syslog debugging for ESPManager but also for the main app running on the ESP.
Potential lib I'm interested in using is https://github.com/arcao/Syslog, but i need a feature to easily allow changing of the appName to make it easy. arcao/Syslog#3
Example of API..
ESPmanager manager(HTTP, SPIFFS); void setup() { manager.begin(); manager.log("mainApp", "Booted"); } void loop() { manager.handle(); }
The text was updated successfully, but these errors were encountered:
sticilface
No branches or pull requests
I'd like to enable full syslog debugging for ESPManager but also for the main app running on the ESP.
Potential lib I'm interested in using is https://github.com/arcao/Syslog, but i need a feature to easily allow changing of the appName to make it easy. arcao/Syslog#3
Example of API..
The text was updated successfully, but these errors were encountered: