array_split.logging.get_formatter

array_split.logging.get_formatter(prefix_string='ARRSPLT| ')[source]

Returns logging.Formatter object which produces messages with time and prefix_string prefix.

Parameters:prefix_string (str or None) – Prefix for all logging messages.
Return type:logging.Formatter
Returns:Regular formatter for logging.