Hi guys,
I have a custom scheduled task that does some logging. To make it easier for users to find the log, I want to implement the logging in such a way that it works with the built-in right-click option. For that, I analyzed the source code and discovered that I need to log as /System/Log/ScheduledTasks/Task Name*.log
If I manually create a file name after the task, it shows up correctly. Yet when I open it, it doesn't show the contents of my file.
Can this be done? And if so, what's the trick? I looked at the built-in RunSqlAddIn task and it has the same issue. The right-click menu shows up but not data is ever shown. Also, it seems that the ScheduledTasks page under System shows the logs only for batch jobs, whereas the one under Integration shows it for everything that writes to the ScheduledTasks folder. Is that correct?
Let me know if you need a video, screenshots or code to support the above ;-)
Cheers,
Imar