I have a log file "logs.log" that include the status of one of the applications, and I want to write these logs in Windows Events Viewer.
the output in that file as below:
24/01/2019 16:33:26 app(12744.13964) <SYSTEM> SERVICE.app.Activity: Stopping service...
Is there any way to write them in Windows Events Viewer?
BR