Is it possible to take a forward-error-action when a error logmessage appears in the logfile? For example, I want to receive an sms or email when there are x error messages in y timeframe. Does anyone has experience with this?
asked
Thijs Schoemaker
1 answers
1
You can create your own log subscriber and implement whatever you want to do with it. That does involve some Java programming though. For an example, check out the Logging Module in the App Store.