The pattern to search for in the container's log output.
A String is compiled to a multi-line RegExp. A RegExp is used as-is. Any other Pattern is converted via Object.toString and compiled.
final Pattern message;