diff options
| author | Remi Collet <remi@remirepo.net> | 2021-01-19 09:10:31 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-01-19 09:10:31 +0100 | 
| commit | 2d04f0ae07fdad46922fbd485eb75510131e46f7 (patch) | |
| tree | 092e364ef3a660d3cee62d7e2d29a84e706dcf5c /REFLECTION | |
| parent | 85f00423eb83eb08d4eda16168d743c29efdcd90 (diff) | |
update to 2.2.0
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 41 | 
1 files changed, 37 insertions, 4 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] { +Extension [ <persistent> extension #119 SeasLog version 2.2.0 ] {    - Dependencies {    } @@ -100,7 +100,7 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {    }    - Constants [22] { -    Constant [ string SEASLOG_VERSION ] { 2.1.0 } +    Constant [ string SEASLOG_VERSION ] { 2.2.0 }      Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao  [ neeke@php.net ] }      Constant [ string SEASLOG_ALL ] { ALL }      Constant [ string SEASLOG_DEBUG ] { DEBUG } @@ -126,8 +126,14 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {    - Functions {      Function [ <internal:SeasLog> function seaslog_get_version ] { + +      - Parameters [0] { +      }      }      Function [ <internal:SeasLog> function seaslog_get_author ] { + +      - Parameters [0] { +      }      }    } @@ -149,6 +155,9 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {          }          Method [ <internal:SeasLog> static public method getBasePath ] { + +          - Parameters [0] { +          }          }          Method [ <internal:SeasLog> static public method setLogger ] { @@ -161,12 +170,15 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {          Method [ <internal:SeasLog> static public method closeLoggerStream ] {            - Parameters [2] { -            Parameter #0 [ <required> $model ] +            Parameter #0 [ <optional> $model ]              Parameter #1 [ <optional> $logger ]            }          }          Method [ <internal:SeasLog> static public method getLastLogger ] { + +          - Parameters [0] { +          }          }          Method [ <internal:SeasLog> static public method setRequestID ] { @@ -177,6 +189,9 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {          }          Method [ <internal:SeasLog> static public method getRequestID ] { + +          - Parameters [0] { +          }          }          Method [ <internal:SeasLog> static public method setDatetimeFormat ] { @@ -187,6 +202,9 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {          }          Method [ <internal:SeasLog> static public method getDatetimeFormat ] { + +          - Parameters [0] { +          }          }          Method [ <internal:SeasLog> static public method setRequestVariable ] { @@ -207,7 +225,7 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {          Method [ <internal:SeasLog> static public method analyzerCount ] {            - Parameters [3] { -            Parameter #0 [ <required> $level ] +            Parameter #0 [ <optional> $level ]              Parameter #1 [ <optional> $log_path ]              Parameter #2 [ <optional> $key_word ]            } @@ -226,12 +244,21 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {          }          Method [ <internal:SeasLog> static public method getBuffer ] { + +          - Parameters [0] { +          }          }          Method [ <internal:SeasLog> static public method getBufferCount ] { + +          - Parameters [0] { +          }          }          Method [ <internal:SeasLog> static public method getBufferEnabled ] { + +          - Parameters [0] { +          }          }          Method [ <internal:SeasLog> static public method flushBuffer ] { @@ -329,9 +356,15 @@ Extension [ <persistent> extension #108 SeasLog version 2.1.0 ] {        - Methods [2] {          Method [ <internal:SeasLog, ctor> public method __construct ] { + +          - Parameters [0] { +          }          }          Method [ <internal:SeasLog, dtor> public method __destruct ] { + +          - Parameters [0] { +          }          }        }      } | 
