php-websocket
php-websocket copied to clipboard
Added LoggerAwareInterface support and abstract implementation
This PR adds support for the LoggerAwareInterface by passing the servers Logger to the application being registered.
This way, applications can log to the same interface as the server while maintaining full backwards compatibility.
@nekudo Can you review this PR?
@nekudo How about this one?