diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-07 11:15:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-07 11:15:27 +0200 |
commit | 0a6157b73d77c83428cff7e7ae692f2ccca1fedd (patch) | |
tree | 46a9b60ec9a5eaad7937ae050d905ecc666440c5 /REFLECTION | |
parent | 1783878962453c223696efc784597e255762e5ac (diff) |
php-pecl-seaslog: 1.5.3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -1,12 +1,15 @@ -Extension [ <persistent> extension #202 SeasLog version 1.5.0 ] { +Extension [ <persistent> extension #212 SeasLog version 1.5.3 ] { - INI { Entry [ seaslog.default_basepath <ALL> ] - Current = '/log' + Current = '/var/log/www' } Entry [ seaslog.default_logger <ALL> ] Current = 'default' } + Entry [ seaslog.default_datetime_format <ALL> ] + Current = '%Y:%m:%d %H:%M:%S' + } Entry [ seaslog.logger <ALL> ] Current = 'default' } @@ -34,7 +37,7 @@ Extension [ <persistent> extension #202 SeasLog version 1.5.0 ] { } - Constants [13] { - Constant [ string SEASLOG_VERSION ] { 1.5.0 } + Constant [ string SEASLOG_VERSION ] { 1.5.3 } Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } Constant [ string SEASLOG_ALL ] { all } Constant [ string SEASLOG_DEBUG ] { debug } @@ -67,7 +70,7 @@ Extension [ <persistent> extension #202 SeasLog version 1.5.0 ] { Property [ public static $seaslog_buffer_size ] } - - Static methods [17] { + - Static methods [19] { Method [ <internal:SeasLog> static public method setBasePath ] { } @@ -80,6 +83,12 @@ Extension [ <persistent> extension #202 SeasLog version 1.5.0 ] { Method [ <internal:SeasLog> static public method getLastLogger ] { } + Method [ <internal:SeasLog> static public method setDatetimeFormat ] { + } + + Method [ <internal:SeasLog> static public method getDatetimeFormat ] { + } + Method [ <internal:SeasLog> static public method analyzerCount ] { } |