Log that a notification has been sent to the client.
@override void logNotification(String notification) { for (var service in _services) { service.logNotification(notification); } }