summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION74
1 files changed, 57 insertions, 17 deletions
diff --git a/REFLECTION b/REFLECTION
index bfa0536..6e2012a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
+Extension [ <persistent> extension #119 SeasLog version 2.2.0 ] {
- Dependencies {
}
@@ -100,7 +100,7 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
}
- Constants [22] {
- Constant [ string SEASLOG_VERSION ] { 2.0.2 }
+ 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 }
@@ -111,28 +111,34 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
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 }
- Constant [ integer SEASLOG_APPENDER_TCP ] { 2 }
- Constant [ integer SEASLOG_APPENDER_UDP ] { 3 }
- Constant [ integer SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL ] { 1 }
- Constant [ integer SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN ] { 2 }
- Constant [ integer SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT ] { 1 }
- Constant [ integer SEASLOG_REQUEST_VARIABLE_REQUEST_URI ] { 2 }
- Constant [ integer SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD ] { 3 }
- Constant [ integer SEASLOG_REQUEST_VARIABLE_CLIENT_IP ] { 4 }
+ Constant [ int SEASLOG_DETAIL_ORDER_ASC ] { 1 }
+ Constant [ int SEASLOG_DETAIL_ORDER_DESC ] { 2 }
+ Constant [ int SEASLOG_APPENDER_FILE ] { 1 }
+ Constant [ int SEASLOG_APPENDER_TCP ] { 2 }
+ Constant [ int SEASLOG_APPENDER_UDP ] { 3 }
+ Constant [ int SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL ] { 1 }
+ Constant [ int SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN ] { 2 }
+ Constant [ int SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT ] { 1 }
+ Constant [ int SEASLOG_REQUEST_VARIABLE_REQUEST_URI ] { 2 }
+ Constant [ int SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD ] { 3 }
+ Constant [ int SEASLOG_REQUEST_VARIABLE_CLIENT_IP ] { 4 }
}
- Functions {
Function [ <internal:SeasLog> function seaslog_get_version ] {
+
+ - Parameters [0] {
+ }
}
Function [ <internal:SeasLog> function seaslog_get_author ] {
+
+ - Parameters [0] {
+ }
}
}
- Classes [1] {
- Class [ <internal:SeasLog> class SeasLog ] {
+ Class [ <internal:SeasLog> final class SeasLog ] {
- Constants [0] {
}
@@ -140,7 +146,7 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
- Static properties [0] {
}
- - Static methods [25] {
+ - Static methods [26] {
Method [ <internal:SeasLog> static public method setBasePath ] {
- Parameters [1] {
@@ -149,6 +155,9 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
}
Method [ <internal:SeasLog> static public method getBasePath ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:SeasLog> static public method setLogger ] {
@@ -161,12 +170,15 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
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 #200 SeasLog version 2.0.2 ] {
}
Method [ <internal:SeasLog> static public method getRequestID ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:SeasLog> static public method setDatetimeFormat ] {
@@ -187,6 +202,9 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
}
Method [ <internal:SeasLog> static public method getDatetimeFormat ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:SeasLog> static public method setRequestVariable ] {
@@ -207,7 +225,7 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
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,28 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
}
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 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $type ]
+ }
}
Method [ <internal:SeasLog> static public method log ] {
@@ -322,9 +356,15 @@ Extension [ <persistent> extension #200 SeasLog version 2.0.2 ] {
- Methods [2] {
Method [ <internal:SeasLog, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:SeasLog, dtor> public method __destruct ] {
+
+ - Parameters [0] {
+ }
}
}
}