geodata.logging.colorize
========================

.. py:function:: geodata.logging.colorize(string: str, color: str, bold: bool = False, highlight: bool = False) -> str

   Returns string surrounded by appropriate terminal colour codes to print colorized text.

   :param string: The message to colourise
   :param color: Literal values are gray, red, green, yellow, blue, magenta, cyan, white, crimson
   :param bold: If to bold the string
   :param highlight: If to highlight the string

   :returns: Colourised string

