# `Hermolaos.Client.DefaultNotificationHandler`
[🔗](https://github.com/nyo16/hermolaos/blob/v0.5.0/lib/hermolaos/client/notification_handler.ex#L85)

Default 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
    )

---

*Consult [api-reference.md](api-reference.md) for complete listing*
