Logging ======================= EzCord uses the Python logging module to log messages. You can set custom colors for each log level or send logs to a Discord webhook. More information can be found in the :doc:`Log Documentation `. .. literalinclude:: ../../examples/logs.py :language: python