diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-07-05 18:36:04 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-07-05 18:36:04 +0200 | 
| commit | a56c0db3762985a804655c113ae32e8d9e0096ed (patch) | |
| tree | 6c57aa89b150637d364337dd25f7dbfec459f315 /REFLECTION | |
| parent | 9952e07c95e4a5b5d11c09200406a21ee60a8209 (diff) | |
php-pecl-seaslog: 1.6.0
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 29 | 
1 files changed, 22 insertions, 7 deletions
@@ -1,4 +1,7 @@ -Extension [ <persistent> extension #213 SeasLog version 1.5.6 ] { +Extension [ <persistent> extension #143 SeasLog version 1.6.0 ] { + +  - Dependencies { +  }    - INI {      Entry [ seaslog.default_basepath <ALL> ] @@ -8,7 +11,7 @@ Extension [ <persistent> extension #213 SeasLog version 1.5.6 ] {        Current = 'default'      }      Entry [ seaslog.default_datetime_format <ALL> ] -      Current = '%Y:%m:%d %H:%M:%S' +      Current = 'Y:m:d H:i:s'      }      Entry [ seaslog.logger <ALL> ]        Current = 'default' @@ -22,22 +25,31 @@ Extension [ <persistent> extension #213 SeasLog version 1.5.6 ] {      Entry [ seaslog.use_buffer <ALL> ]        Current = '0'      } +    Entry [ seaslog.trace_error <ALL> ] +      Current = '1' +    } +    Entry [ seaslog.trace_exception <ALL> ] +      Current = '0' +    }      Entry [ seaslog.buffer_size <ALL> ]        Current = '0'      }      Entry [ seaslog.level <ALL> ]        Current = '0'      } -    Entry [ seaslog.trace_error <ALL> ] +    Entry [ seaslog.appender <ALL> ]        Current = '1'      } -    Entry [ seaslog.trace_exception <ALL> ] -      Current = '0' +    Entry [ seaslog.remote_host <ALL> ] +      Current = '127.0.0.1' +    } +    Entry [ seaslog.remote_port <ALL> ] +      Current = '514'      }    } -  - Constants [13] { -    Constant [ string SEASLOG_VERSION ] { 1.5.6 } +  - Constants [16] { +    Constant [ string SEASLOG_VERSION ] { 1.6.0 }      Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao  [ neeke@php.net ] }      Constant [ string SEASLOG_ALL ] { all }      Constant [ string SEASLOG_DEBUG ] { debug } @@ -50,6 +62,9 @@ Extension [ <persistent> extension #213 SeasLog version 1.5.6 ] {      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 }    }    - Functions {  | 
