LogBroadcaster::validAuthenticationResponse()

mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. Parameters Request $request mixed $result Return Value mixed

LogBroadcaster::channel()

$this channel(string $channel, callable $callback) Register a channel authenticator. Parameters string $channel callable $callback Return Value $this

LogBroadcaster::broadcast()

void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void

LogBroadcaster::auth()

mixed auth(Request $request) Authenticate the incoming request for a given channel. Parameters Request $request Return Value mixed

LogBroadcaster

LogBroadcaster class LogBroadcaster extends Broadcaster (View source) Methods $this channel(string $channel, callable $callback) Register a channel authenticator. from Broadcaster void __construct(LoggerInterface $logger) Create a new broadcaster instance. mixed auth(Request $request) Authenticate the incoming request for a given channel. mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. void broadcast(array $ch

Log::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

Log::warning()

void warning(string $message, array $context = array()) Log a warning message to the logs. Parameters string $message array $context Return Value void

Log::useFiles()

void useFiles(string $path, string $level = 'debug') Register a file log handler. Parameters string $path string $level Return Value void

Log::useDailyFiles()

void useDailyFiles(string $path, int $days, string $level = 'debug') Register a daily file log handler. Parameters string $path int $days string $level Return Value void

Log::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void