diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-02 07:43:15 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-02 07:43:15 +0100 |
commit | 85f00423eb83eb08d4eda16168d743c29efdcd90 (patch) | |
tree | d7f3cf879c7147cf26835cd420a063b43dd2535b /REFLECTION | |
parent | f9a60030327ef74a70aaab84d1075ced667f494d (diff) |
- update to 2.1.0
- open https://github.com/SeasX/SeasLog/issues/286
broken build on 32-bit
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 37 |
1 files changed, 22 insertions, 15 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] { +Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] { - Dependencies { } @@ -100,7 +100,7 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] { } - Constants [22] { - Constant [ string SEASLOG_VERSION ] { 2.0.2 } + Constant [ string SEASLOG_VERSION ] { 2.1.0 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { ALL } Constant [ string SEASLOG_DEBUG ] { DEBUG } @@ -111,17 +111,17 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] { 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 } - 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 } - Constant [ integer SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT ] { 1 } - Constant [ integer SEASLOG_REQUEST_VARIABLE_REQUEST_URI ] { 2 } - Constant [ integer SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD ] { 3 } - Constant [ integer SEASLOG_REQUEST_VARIABLE_CLIENT_IP ] { 4 } + Constant [ int SEASLOG_DETAIL_ORDER_ASC ] { 1 } + Constant [ int SEASLOG_DETAIL_ORDER_DESC ] { 2 } + Constant [ int SEASLOG_APPENDER_FILE ] { 1 } + Constant [ int SEASLOG_APPENDER_TCP ] { 2 } + Constant [ int SEASLOG_APPENDER_UDP ] { 3 } + Constant [ int SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL ] { 1 } + Constant [ int SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN ] { 2 } + Constant [ int SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT ] { 1 } + Constant [ int SEASLOG_REQUEST_VARIABLE_REQUEST_URI ] { 2 } + Constant [ int SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD ] { 3 } + Constant [ int SEASLOG_REQUEST_VARIABLE_CLIENT_IP ] { 4 } } - Functions { @@ -132,7 +132,7 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] { } - Classes [1] { - Class [ <internal:SeasLog> class SeasLog ] { + Class [ <internal:SeasLog> final class SeasLog ] { - Constants [0] { } @@ -140,7 +140,7 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] { - Static properties [0] { } - - Static methods [25] { + - Static methods [26] { Method [ <internal:SeasLog> static public method setBasePath ] { - Parameters [1] { @@ -228,10 +228,17 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] { Method [ <internal:SeasLog> static public method getBuffer ] { } + Method [ <internal:SeasLog> static public method getBufferCount ] { + } + Method [ <internal:SeasLog> static public method getBufferEnabled ] { } Method [ <internal:SeasLog> static public method flushBuffer ] { + + - Parameters [1] { + Parameter #0 [ <optional> $type ] + } } Method [ <internal:SeasLog> static public method log ] { |