errbot.logs module

errbot.logs.format_logs(formatter: Formatter | None = None, theme_color: str | None = None) None[source]

You may either use the formatter parameter to provide your own custom formatter, or the theme_color parameter to use the built in color scheme formatter.

errbot.logs.get_log_colors(theme_color: str | None = None) str[source]

Return a tuple containing the log format string and a log color dict

errbot.logs.ispydevd()[source]