modules.base.logging.module

Module Contents

Classes

Logging

Log configuration functions.

Functions

setup(bot) → None

Attributes

tr

bot_log

guild_log

modules.base.logging.module.tr
modules.base.logging.module.bot_log
modules.base.logging.module.guild_log
class modules.base.logging.module.Logging(bot)

Log configuration functions.

async logging_(self, ctx)
async logging_list(self, ctx)
async logging_set(self, ctx, scope: str, level: str, module: Optional[str] = None)
async logging_unset(self, ctx, scope: str, module: Optional[str] = None)
modules.base.logging.module.setup(bot) None