diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 50 | 
1 files changed, 36 insertions, 14 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #171 SeasLog version 1.6.9 ] { +Extension [ <persistent> extension #15 SeasLog version 1.7.5 ] {    - Dependencies {    } @@ -11,7 +11,10 @@ Extension [ <persistent> extension #171 SeasLog version 1.6.9 ] {        Current = 'default'      }      Entry [ seaslog.default_datetime_format <ALL> ] -      Current = 'Y:m:d H:i:s' +      Current = 'Y-m-d H:i:s' +    } +    Entry [ seaslog.default_template <ALL> ] +      Current = '%T | %L | %P | %Q | %t | %M'      }      Entry [ seaslog.disting_type <ALL> ]        Current = '0' @@ -32,7 +35,7 @@ Extension [ <persistent> extension #171 SeasLog version 1.6.9 ] {        Current = '0'      }      Entry [ seaslog.level <ALL> ] -      Current = '0' +      Current = '8'      }      Entry [ seaslog.appender <ALL> ]        Current = '1' @@ -43,20 +46,29 @@ Extension [ <persistent> extension #171 SeasLog version 1.6.9 ] {      Entry [ seaslog.remote_port <ALL> ]        Current = '514'      } +    Entry [ seaslog.trim_wrap <ALL> ] +      Current = '0' +    } +    Entry [ seaslog.throw_exception <ALL> ] +      Current = '1' +    } +    Entry [ seaslog.ignore_warning <ALL> ] +      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 [ <persistent> extension #171 SeasLog version 1.6.9 ] {        - Static properties [0] {        } -      - Static methods [19] { +      - Static methods [21] {          Method [ <internal:SeasLog> static public method setBasePath ] {            - Parameters [1] { @@ -101,6 +113,16 @@ Extension [ <persistent> extension #171 SeasLog version 1.6.9 ] {          Method [ <internal:SeasLog> static public method getLastLogger ] {          } +        Method [ <internal:SeasLog> static public method setRequestID ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $request_id ] +          } +        } + +        Method [ <internal:SeasLog> static public method getRequestID ] { +        } +          Method [ <internal:SeasLog> static public method setDatetimeFormat ] {            - Parameters [1] {  | 
