TODO: if multiline messages aren‘t needed, then remove them.
TODO: switch to the conventional Ruby logger interface, or create an adapter to it. If the former, then decided what to do with the unit tests.
Logging is disabled by default. It can be enabled as follows:
Scrubyt.logger = Scrubyt::Logger.new # logs *all* messages to STDERR
[Validate]