diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 37 | 
1 files changed, 26 insertions, 11 deletions
@@ -1,34 +1,43 @@ -Extension [ <persistent> extension #184 SeasLog version 1.7.6 ] { +Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {    - Dependencies {    }    - INI { -    Entry [ seaslog.default_basepath <ALL> ] +    Entry [ seaslog.default_basepath <SYSTEM> ]        Current = '/var/log/www'      } -    Entry [ seaslog.default_logger <ALL> ] +    Entry [ seaslog.default_logger <SYSTEM> ]        Current = 'default'      } -    Entry [ seaslog.default_datetime_format <ALL> ] +    Entry [ seaslog.default_datetime_format <SYSTEM> ]        Current = 'Y-m-d H:i:s'      } -    Entry [ seaslog.default_template <ALL> ] +    Entry [ seaslog.default_template <SYSTEM> ]        Current = '%T | %L | %P | %Q | %t | %M'      } -    Entry [ seaslog.disting_type <ALL> ] +    Entry [ seaslog.disting_folder <SYSTEM> ] +      Current = '1' +    } +    Entry [ seaslog.disting_type <SYSTEM> ] +      Current = '0' +    } +    Entry [ seaslog.disting_by_hour <SYSTEM> ] +      Current = '0' +    } +    Entry [ seaslog.use_buffer <SYSTEM> ]        Current = '0'      } -    Entry [ seaslog.disting_by_hour <ALL> ] +    Entry [ seaslog.trace_notice <ALL> ]        Current = '0'      } -    Entry [ seaslog.use_buffer <ALL> ] +    Entry [ seaslog.trace_warning <ALL> ]        Current = '0'      }      Entry [ seaslog.trace_error <ALL> ]        Current = '1'      } -    Entry [ seaslog.trace_exception <ALL> ] +    Entry [ seaslog.trace_exception <SYSTEM> ]        Current = '0'      }      Entry [ seaslog.buffer_size <ALL> ] @@ -37,9 +46,15 @@ Extension [ <persistent> extension #184 SeasLog version 1.7.6 ] {      Entry [ seaslog.level <ALL> ]        Current = '8'      } -    Entry [ seaslog.appender <ALL> ] +    Entry [ seaslog.recall_depth <ALL> ] +      Current = '0' +    } +    Entry [ seaslog.appender <SYSTEM> ]        Current = '1'      } +    Entry [ seaslog.appender_retry <ALL> ] +      Current = '0' +    }      Entry [ seaslog.remote_host <ALL> ]        Current = '127.0.0.1'      } @@ -58,7 +73,7 @@ Extension [ <persistent> extension #184 SeasLog version 1.7.6 ] {    }    - Constants [16] { -    Constant [ string SEASLOG_VERSION ] { 1.7.6 } +    Constant [ string SEASLOG_VERSION ] { 1.8.4 }      Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao  [ neeke@php.net ] }      Constant [ string SEASLOG_ALL ] { ALL }      Constant [ string SEASLOG_DEBUG ] { DEBUG }  | 
