Skip to content

Syslog client with full remote debugging #19

New issue

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

Open
sticilface opened this issue Feb 21, 2017 · 0 comments
Open

Syslog client with full remote debugging #19

sticilface opened this issue Feb 21, 2017 · 0 comments
Assignees

Comments

@sticilface
Copy link
Owner

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(); 
}
@sticilface sticilface self-assigned this Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant