mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 17:16:18 +02:00
Combine common syslog handlers functionality, refs #258
This commit is contained in:
@@ -15,7 +15,7 @@ class UdpSocket
|
||||
{
|
||||
const DATAGRAM_MAX_LENGTH = 2048;
|
||||
|
||||
public function __construct($ip, $port)
|
||||
public function __construct($ip, $port = 514)
|
||||
{
|
||||
$this->ip = $ip;
|
||||
$this->port = $port;
|
||||
|
Reference in New Issue
Block a user