As the topic, i wish Dude have feature to print on “event log”
so far, to make a report on my office, i must screenshot the dude and then print it out.
I am not certain I understand the question, do you want it to print when an event happens? Or do you want to be able to print the event log when you feel like it?
sory for my bad english
i mean, is there any way to make an easy print out daily “event log” on A4 Paper?
Assuming you have windows, I don’t have RouterOS. It should be possible, you will need to write a script. Just print the existing event log from a script ran as a scheduled task.
You will have to configure it to at least start a new file “sometime”. It can’t be set for never. Open event panel, click settings (on the far right), select start new file every year, then find the event log file that is created in the dude program folder. The new file will show up (Event-2009.05.27-09.45.log). The file will be in "C:\Program Files\Dude\data\files...
You could just print that file with a scheduled task every morning but you will need to find the file in your script. Note: Search in the forum to find a script that can handle parsing dates. Print the newest Event*.log that you can find. That should work.
Or configure event log to start new every day, Write a script that finds the file by date and prints the file from yesterday, run that with a scheduled task every morning, but this event log will roll over at midnight. I figure you want one every morning with events up to the time it printed. So the first method would be better.
GL
(edit You will also have to configure “log to events” under Notification panel.)