From 2d04f0ae07fdad46922fbd485eb75510131e46f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jan 2021 09:10:31 +0100 Subject: update to 2.2.0 --- REFLECTION | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f7e2ac1..6e2012a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 SeasLog version 2.1.0 ] { +Extension [ extension #119 SeasLog version 2.2.0 ] { - Dependencies { } @@ -100,7 +100,7 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { } - Constants [22] { - Constant [ string SEASLOG_VERSION ] { 2.1.0 } + Constant [ string SEASLOG_VERSION ] { 2.2.0 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { ALL } Constant [ string SEASLOG_DEBUG ] { DEBUG } @@ -126,8 +126,14 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { - Functions { Function [ function seaslog_get_version ] { + + - Parameters [0] { + } } Function [ function seaslog_get_author ] { + + - Parameters [0] { + } } } @@ -149,6 +155,9 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { } Method [ static public method getBasePath ] { + + - Parameters [0] { + } } Method [ static public method setLogger ] { @@ -161,12 +170,15 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { Method [ static public method closeLoggerStream ] { - Parameters [2] { - Parameter #0 [ $model ] + Parameter #0 [ $model ] Parameter #1 [ $logger ] } } Method [ static public method getLastLogger ] { + + - Parameters [0] { + } } Method [ static public method setRequestID ] { @@ -177,6 +189,9 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { } Method [ static public method getRequestID ] { + + - Parameters [0] { + } } Method [ static public method setDatetimeFormat ] { @@ -187,6 +202,9 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { } Method [ static public method getDatetimeFormat ] { + + - Parameters [0] { + } } Method [ static public method setRequestVariable ] { @@ -207,7 +225,7 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { Method [ static public method analyzerCount ] { - Parameters [3] { - Parameter #0 [ $level ] + Parameter #0 [ $level ] Parameter #1 [ $log_path ] Parameter #2 [ $key_word ] } @@ -226,12 +244,21 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { } Method [ static public method getBuffer ] { + + - Parameters [0] { + } } Method [ static public method getBufferCount ] { + + - Parameters [0] { + } } Method [ static public method getBufferEnabled ] { + + - Parameters [0] { + } } Method [ static public method flushBuffer ] { @@ -329,9 +356,15 @@ Extension [ extension #108 SeasLog version 2.1.0 ] { - Methods [2] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method __destruct ] { + + - Parameters [0] { + } } } } -- cgit