From 25709bafecbf82e7e06c878597b4a902e842937b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 8 Sep 2018 07:48:10 +0200 Subject: v1.8.6 --- REFLECTION | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 7401319..3b4e13f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #194 SeasLog version 1.8.4 ] { +Extension [ extension #198 SeasLog version 1.8.6 ] { - Dependencies { } @@ -28,6 +28,12 @@ Extension [ extension #194 SeasLog version 1.8.4 ] { Entry [ seaslog.use_buffer ] Current = '0' } + Entry [ seaslog.buffer_size ] + Current = '0' + } + Entry [ seaslog.buffer_disabled_in_cli ] + Current = '0' + } Entry [ seaslog.trace_notice ] Current = '0' } @@ -40,9 +46,6 @@ Extension [ extension #194 SeasLog version 1.8.4 ] { Entry [ seaslog.trace_exception ] Current = '0' } - Entry [ seaslog.buffer_size ] - Current = '0' - } Entry [ seaslog.level ] Current = '8' } @@ -61,6 +64,9 @@ Extension [ extension #194 SeasLog version 1.8.4 ] { Entry [ seaslog.remote_port ] Current = '514' } + Entry [ seaslog.remote_timeout ] + Current = '1' + } Entry [ seaslog.trim_wrap ] Current = '0' } @@ -72,8 +78,8 @@ Extension [ extension #194 SeasLog version 1.8.4 ] { } } - - Constants [16] { - Constant [ string SEASLOG_VERSION ] { 1.8.4 } + - Constants [18] { + Constant [ string SEASLOG_VERSION ] { 1.8.6 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { ALL } Constant [ string SEASLOG_DEBUG ] { DEBUG } @@ -89,6 +95,8 @@ Extension [ extension #194 SeasLog version 1.8.4 ] { Constant [ integer SEASLOG_APPENDER_FILE ] { 1 } Constant [ integer SEASLOG_APPENDER_TCP ] { 2 } Constant [ integer SEASLOG_APPENDER_UDP ] { 3 } + Constant [ integer SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL ] { 1 } + Constant [ integer SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN ] { 2 } } - Functions { @@ -107,7 +115,7 @@ Extension [ extension #194 SeasLog version 1.8.4 ] { - Static properties [0] { } - - Static methods [21] { + - Static methods [23] { Method [ static public method setBasePath ] { - Parameters [1] { @@ -125,6 +133,14 @@ Extension [ extension #194 SeasLog version 1.8.4 ] { } } + Method [ static public method closeLoggerStream ] { + + - Parameters [2] { + Parameter #0 [ $model ] + Parameter #1 [ $logger ] + } + } + Method [ static public method getLastLogger ] { } @@ -172,6 +188,9 @@ Extension [ extension #194 SeasLog version 1.8.4 ] { Method [ static public method getBuffer ] { } + Method [ static public method getBufferEnabled ] { + } + Method [ static public method flushBuffer ] { } -- cgit