From f96e5d122e376326592b56250011c7d5e5534314 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Sep 2015 19:31:20 +0200 Subject: php-pecl-seaslog: 1.4.0 - New package --- REFLECTION | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..141486f --- /dev/null +++ b/REFLECTION @@ -0,0 +1,125 @@ +Extension [ extension #150 SeasLog version 1.4.0 ] { + + - INI { + Entry [ seaslog.default_basepath ] + Current = '/log' + } + Entry [ seaslog.default_logger ] + Current = 'default' + } + Entry [ seaslog.logger ] + Current = 'default' + } + Entry [ seaslog.disting_type ] + Current = '0' + } + Entry [ seaslog.disting_by_hour ] + Current = '0' + } + Entry [ seaslog.use_buffer ] + Current = '0' + } + Entry [ seaslog.buffer_size ] + Current = '0' + } + Entry [ seaslog.level ] + Current = '0' + } + } + + - Constants [11] { + Constant [ string SEASLOG_VERSION ] { 1.4.0 } + 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 } + } + + - Functions { + Function [ function seaslog_get_version ] { + } + Function [ function seaslog_get_author ] { + } + } + + - Classes [1] { + Class [ class SeasLog ] { + + - Constants [0] { + } + + - Static properties [2] { + Property [ public static $seaslog_buffer ] + Property [ public static $seaslog_buffer_size ] + } + + - Static methods [16] { + Method [ static public method setBasePath ] { + } + + Method [ static public method getBasePath ] { + } + + Method [ static public method setLogger ] { + } + + Method [ static public method getLastLogger ] { + } + + Method [ static public method analyzerCount ] { + } + + Method [ static public method analyzerDetail ] { + } + + Method [ static public method getBuffer ] { + } + + Method [ static public method log ] { + } + + Method [ static public method debug ] { + } + + Method [ static public method info ] { + } + + Method [ static public method notice ] { + } + + Method [ static public method warning ] { + } + + Method [ static public method error ] { + } + + Method [ static public method critical ] { + } + + Method [ static public method alert ] { + } + + Method [ static public method emergency ] { + } + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + } + } + } +} + -- cgit