Skip to content

whos_there.senders.debug

source module whos_there.senders.debug

Classes

source class DebugSender()

Bases : Sender

Initialize the Debug sender.

Uses the Python logger. Performs logging on rank zero only in a distributed mode.

Parameters

  • print : bool If enabled, outputs using the print command in addition. Defaults to False.. Defaults to False.

Methods

source method DebugSender.send(text: str)Any