Subscribes to SDAM events and logs them.
@since 2.4.0
Create the new log subscriber.
@example Create the log subscriber.
SDAMLogSubscriber.new
@param [ Hash ] options The options.
@option options [ Logger ] :logger An optional custom logger.
Handle the SDAM succeeded event.
@example Handle the event.
subscriber.succeeded(event)
@param [ Event ] event The event.
[Validate]