Hi,
>> Let me rephrase my question.
>>
>> I would like to something like:
>>
>> require condition = ${...}
>> logwrite = Failure message
>
> Does
>
> require condition
> log_message = Failure message
>
>
> Work ?
>
> logwrite is more for debugging things than logging.
I am looking for a way to write extra information to the log for
statistics gathering. 'logwrite' is cool, because it writes lines that
contain only the things that I like, which makes it easier to extract
information. But I guess I can make it work with log_message, too.
Thank you.
Best regards,
Martijn Grendelman