Using the serverlog

If a certain variable is empty, I would like to see this in the serverlog.
Is there a way to use something like application.output() for this, or is there some way to throw an exception so that I can see in the log that the var was empty while executing the code?

Thanks,
Michel

It’s possible if you write the code for it.
You can specify the log level in the application.output.
See: http://wiki.servoy.com/display/public/DOCS/Application#Application-output