Whether the terminal is set to monochrome or not.
Whether the terminal has a bright background or not.
Whether the terminal is headless or not.
Whether the terminal needs to manually flush standard out after writing to it.
initLogger(No.monochrome, Yes.brightTerminal);
Initialises the KamelosoLogger logger for use in this thread.
It needs to be separately instantiated per thread, and even so there may be race conditions. Plugins are encouraged to use ThreadMessages to log to screen from other threads.