-
Notifications
You must be signed in to change notification settings - Fork 389
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
[Feature Request] Socket Appender #252
Comments
Can you describe the use case? I think nowadays it's more common to collect local logs and send them to a remote server with specific tools built for that (Logstash or similar). |
@SergiusTheBest We use plog library on our embedded devices. Multiple embedded devices are installed in a factory. Our devices are connected mainly connected in the factory's local network. Many times their is no access to internet for our embedded devise (this is dependent on IT policy). All the software are installed on on-site server. |
@IshaanKarnik Are they Linux/Unix-based devices? |
@SergiusTheBest We are using Linux based devices. We are using either Raspberry Pi OS (64-bit) or Ubuntu Desktop 22.04.2 LTS. |
Is their an plan to add Socket/Network Appender to enable log to be dumped on a remote server?
e.g. adb or log4cxx
Target Platform - Windows, Linux
The text was updated successfully, but these errors were encountered: