ConsoleEventNotifier (autotransform.event.notifier.console)

The implementation for the ConsoleEventNotifier.

class autotransform.event.notifier.console.ConsoleEventNotifier

Bases: EventNotifier

Logs the Event’s message to the console to provide information to the user.

name

The name of the Component.

Type:

ClassVar[CommandName]

model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

name: ClassVar[EventNotifierName] = 'console'
notify(event: Event) None

Notifies the user about an Event that is triggered.

Parameters:

event (Event) – The Event to notify the user about.