summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-08 07:48:10 +0200
committerRemi Collet <remi@remirepo.net>2018-09-08 07:48:10 +0200
commit25709bafecbf82e7e06c878597b4a902e842937b (patch)
tree507cdea072a4192147313688807995ea109f01dc /REFLECTION
parent1f329ea1f28c3ae936af836f77b801917aeb0ed7 (diff)
v1.8.6
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION33
1 files changed, 26 insertions, 7 deletions
diff --git a/REFLECTION b/REFLECTION
index 7401319..3b4e13f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
+Extension [ <persistent> extension #198 SeasLog version 1.8.6 ] {
- Dependencies {
}
@@ -28,6 +28,12 @@ Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
Entry [ seaslog.use_buffer <SYSTEM> ]
Current = '0'
}
+ Entry [ seaslog.buffer_size <ALL> ]
+ Current = '0'
+ }
+ Entry [ seaslog.buffer_disabled_in_cli <SYSTEM> ]
+ Current = '0'
+ }
Entry [ seaslog.trace_notice <ALL> ]
Current = '0'
}
@@ -40,9 +46,6 @@ Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
Entry [ seaslog.trace_exception <SYSTEM> ]
Current = '0'
}
- Entry [ seaslog.buffer_size <ALL> ]
- Current = '0'
- }
Entry [ seaslog.level <ALL> ]
Current = '8'
}
@@ -61,6 +64,9 @@ Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
Entry [ seaslog.remote_port <ALL> ]
Current = '514'
}
+ Entry [ seaslog.remote_timeout <SYSTEM> ]
+ Current = '1'
+ }
Entry [ seaslog.trim_wrap <ALL> ]
Current = '0'
}
@@ -72,8 +78,8 @@ Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
}
}
- - Constants [16] {
- Constant [ string SEASLOG_VERSION ] { 1.8.4 }
+ - Constants [18] {
+ Constant [ string SEASLOG_VERSION ] { 1.8.6 }
Constant [ string SEASLOG_AUTHOR ] { Chitao.Gao [ neeke@php.net ] }
Constant [ string SEASLOG_ALL ] { ALL }
Constant [ string SEASLOG_DEBUG ] { DEBUG }
@@ -89,6 +95,8 @@ Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
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 }
}
- Functions {
@@ -107,7 +115,7 @@ Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
- Static properties [0] {
}
- - Static methods [21] {
+ - Static methods [23] {
Method [ <internal:SeasLog> static public method setBasePath ] {
- Parameters [1] {
@@ -125,6 +133,14 @@ Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
}
}
+ Method [ <internal:SeasLog> static public method closeLoggerStream ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $model ]
+ Parameter #1 [ <optional> $logger ]
+ }
+ }
+
Method [ <internal:SeasLog> static public method getLastLogger ] {
}
@@ -172,6 +188,9 @@ Extension [ <persistent> extension #194 SeasLog version 1.8.4 ] {
Method [ <internal:SeasLog> static public method getBuffer ] {
}
+ Method [ <internal:SeasLog> static public method getBufferEnabled ] {
+ }
+
Method [ <internal:SeasLog> static public method flushBuffer ] {
}