class Async::Container::Notify::Log

def self.open!(environment = ENV)

Open a notification client attached to the current {NOTIFY_LOG} if possible.
def self.open!(environment = ENV)
	if path = environment.delete(NOTIFY_LOG)
		self.new(path)
	end
end