BaseMessenger
| Name | Type | Default | Description |
|---|---|---|---|
strategy_name | str | None | The name of the strategy for which the logger is created. If not provided, the default root logger is used. |
Ancestors
abc.ABCsystematica.utils.logger.Logger
Descendants
systematica.portfolio.messengers.slack.SlackMessenger
Methods
send
| Name | Type | Default | Description |
|---|---|---|---|
msg | str | -- | The message to send. |

