LogAdapterInterface
in
Adapter class that allows Guzzle to log data to various logging implementations.
Table of Contents
Methods
- log() : mixed
- Log a message at a priority
Methods
log()
Log a message at a priority
public
log(string $message[, int $priority = LOG_INFO ][, array<string|int, mixed> $extras = array() ]) : mixed
Parameters
- $message : string
-
Message to log
- $priority : int = LOG_INFO
-
Priority of message (use the \LOG_* constants of 0 - 7)
- $extras : array<string|int, mixed> = array()
-
Extra information to log in event