Semaphore implementation
HI All,
I am writing program to add a semaphore where I wanted to set the value of flag base on Finished logger message for a particular service in script logs.
Can someone please guide on this please.
Regards,
Tushar
HI All,
I am writing program to add a semaphore where I wanted to set the value of flag base on Finished logger message for a particular service in script logs.
Can someone please guide on this please.
Regards,
Tushar
Hi
By mentioning Semaphore, do you mean adding some global value as a flag, which others could monitor and change for specific logic?
For this part, I guess you can use any properties on a Thing to implement such flags.
As for the rest - monitoring some specific logger messages, I don't think we have such OOTB functionalities to do so. However, I assume you can still achieve this by directly checking & setting the flag in that service code instead of monitoring the message after the service.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.