Hermolaos.Client.DefaultNotificationHandler (Hermolaos v0.3.0)
View SourceDefault notification handler that logs events.
This handler is useful for debugging and as a reference implementation.
Usage
{:ok, conn} = Hermolaos.Client.Connection.start_link(
transport: :stdio,
command: "my-server",
notification_handler: Hermolaos.Client.DefaultNotificationHandler
)