Question

Q: How can I log a message to the installation log?

I would like to add a message to the installation log.

Answer:

You can add your own messages to the instalation log using the <logmessage> action. This can be useful when debugging your installation

<logMessage text="Value of hostname is ${hostname}"></logMessage>