class
Illuminate
/
Broadcasting
/
Broadcasters
/
LogBroadcaster
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
LogBroadcaster
Extends
Properties
protected
$logger Psr\...\LoggerInterface
The logger implementation.
Default: null
Methods
public
__construct ( Psr\...\LoggerInterface $logger ) : void
Create a new broadcaster instance.
Parameters
- $logger Psr\...\LoggerInterface
public
auth ( $request ) : void
{@inheritdoc}
public
validAuthenticationResponse ( $request , $result ) : void
{@inheritdoc}
public
broadcast ( array $channels , $event , array $payload ) : void
{@inheritdoc}