From 72398312b2291a5371968d2ae2a38b7b31195341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=98=E7=BC=98?= Date: Sun, 8 May 2016 07:48:58 +0800 Subject: [PATCH] =?UTF-8?q?Socketlog=E7=BB=9F=E4=B8=80=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/log/driver/Socket.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/library/think/log/driver/Socket.php b/library/think/log/driver/Socket.php index 6a5e87f7..88c34033 100644 --- a/library/think/log/driver/Socket.php +++ b/library/think/log/driver/Socket.php @@ -1,10 +1,20 @@ +// +---------------------------------------------------------------------- + +namespace think\log\driver; + /** * github: https://github.com/luofei614/SocketLog * @author luofei614 */ -namespace think\log\driver; - class Socket { public $port = 1116; //SocketLog 服务的http的端口号