Method | Description | |
---|---|---|
__construct ( string $token, integer $level = Logger::DEBUG, boolean $bubble = true, |
||
close ( ) |
Method | Description | |
---|---|---|
write ( array $record ) |
Method | Description | |
---|---|---|
generateDataStream ( array $record ) |
public __construct ( string $token, integer $level = Logger::DEBUG, boolean $bubble = true, |
||
$token | string | Token UUID for Logentries logfile |
$level | integer | The minimum logging level at which this handler will be triggered |
$bubble | boolean | Whether the messages that are handled can bubble up the stack or not |
$socket |