From 8070c3b6d9828e48cd3419cd3bc4e7ab8bc3e26f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Sep 2017 08:16:50 +0200 Subject: 1.7.5 (skipped as broken) --- REFLECTION | 50 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 36 insertions(+), 14 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 96bd92f..9d0e3b1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #171 SeasLog version 1.6.9 ] { +Extension [ extension #15 SeasLog version 1.7.5 ] { - Dependencies { } @@ -11,7 +11,10 @@ Extension [ extension #171 SeasLog version 1.6.9 ] { Current = 'default' } Entry [ seaslog.default_datetime_format ] - Current = 'Y:m:d H:i:s' + Current = 'Y-m-d H:i:s' + } + Entry [ seaslog.default_template ] + Current = '%T | %L | %P | %Q | %t | %M' } Entry [ seaslog.disting_type ] Current = '0' @@ -32,7 +35,7 @@ Extension [ extension #171 SeasLog version 1.6.9 ] { Current = '0' } Entry [ seaslog.level ] - Current = '0' + Current = '8' } Entry [ seaslog.appender ] Current = '1' @@ -43,20 +46,29 @@ Extension [ extension #171 SeasLog version 1.6.9 ] { Entry [ seaslog.remote_port ] Current = '514' } + Entry [ seaslog.trim_wrap ] + Current = '0' + } + Entry [ seaslog.throw_exception ] + Current = '1' + } + Entry [ seaslog.ignore_warning ] + Current = '1' + } } - Constants [16] { - Constant [ string SEASLOG_VERSION ] { 1.6.9 } + Constant [ string SEASLOG_VERSION ] { 1.7.5 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } - Constant [ string SEASLOG_ALL ] { all } - Constant [ string SEASLOG_DEBUG ] { debug } - Constant [ string SEASLOG_INFO ] { info } - Constant [ string SEASLOG_NOTICE ] { notice } - Constant [ string SEASLOG_WARNING ] { warning } - Constant [ string SEASLOG_ERROR ] { error } - Constant [ string SEASLOG_CRITICAL ] { critical } - Constant [ string SEASLOG_ALERT ] { alert } - Constant [ string SEASLOG_EMERGENCY ] { emergency } + Constant [ string SEASLOG_ALL ] { ALL } + Constant [ string SEASLOG_DEBUG ] { DEBUG } + Constant [ string SEASLOG_INFO ] { INFO } + Constant [ string SEASLOG_NOTICE ] { NOTICE } + Constant [ string SEASLOG_WARNING ] { WARNING } + Constant [ string SEASLOG_ERROR ] { ERROR } + Constant [ string SEASLOG_CRITICAL ] { CRITICAL } + Constant [ string SEASLOG_ALERT ] { ALERT } + Constant [ string SEASLOG_EMERGENCY ] { EMERGENCY } Constant [ integer SEASLOG_DETAIL_ORDER_ASC ] { 1 } Constant [ integer SEASLOG_DETAIL_ORDER_DESC ] { 2 } Constant [ integer SEASLOG_APPENDER_FILE ] { 1 } @@ -80,7 +92,7 @@ Extension [ extension #171 SeasLog version 1.6.9 ] { - Static properties [0] { } - - Static methods [19] { + - Static methods [21] { Method [ static public method setBasePath ] { - Parameters [1] { @@ -101,6 +113,16 @@ Extension [ extension #171 SeasLog version 1.6.9 ] { Method [ static public method getLastLogger ] { } + Method [ static public method setRequestID ] { + + - Parameters [1] { + Parameter #0 [ $request_id ] + } + } + + Method [ static public method getRequestID ] { + } + Method [ static public method setDatetimeFormat ] { - Parameters [1] { -- cgit