summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 273485cc809e8b5bd0c56da20cc1c050a4bfdea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
Extension [ <persistent> extension #143 SeasLog version 1.6.0 ] {

  - Dependencies {
  }

  - INI {
    Entry [ seaslog.default_basepath <ALL> ]
      Current = '/var/log/www'
    }
    Entry [ seaslog.default_logger <ALL> ]
      Current = 'default'
    }
    Entry [ seaslog.default_datetime_format <ALL> ]
      Current = 'Y:m:d H:i:s'
    }
    Entry [ seaslog.logger <ALL> ]
      Current = 'default'
    }
    Entry [ seaslog.disting_type <ALL> ]
      Current = '0'
    }
    Entry [ seaslog.disting_by_hour <ALL> ]
      Current = '0'
    }
    Entry [ seaslog.use_buffer <ALL> ]
      Current = '0'
    }
    Entry [ seaslog.trace_error <ALL> ]
      Current = '1'
    }
    Entry [ seaslog.trace_exception <ALL> ]
      Current = '0'
    }
    Entry [ seaslog.buffer_size <ALL> ]
      Current = '0'
    }
    Entry [ seaslog.level <ALL> ]
      Current = '0'
    }
    Entry [ seaslog.appender <ALL> ]
      Current = '1'
    }
    Entry [ seaslog.remote_host <ALL> ]
      Current = '127.0.0.1'
    }
    Entry [ seaslog.remote_port <ALL> ]
      Current = '514'
    }
  }

  - Constants [16] {
    Constant [ string SEASLOG_VERSION ] { 1.6.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 }
    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 }
  }

  - Functions {
    Function [ <internal:SeasLog> function seaslog_get_version ] {
    }
    Function [ <internal:SeasLog> function seaslog_get_author ] {
    }
  }

  - Classes [1] {
    Class [ <internal:SeasLog> class SeasLog ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [19] {
        Method [ <internal:SeasLog> static public method setBasePath ] {
        }

        Method [ <internal:SeasLog> static public method getBasePath ] {
        }

        Method [ <internal:SeasLog> static public method setLogger ] {
        }

        Method [ <internal:SeasLog> static public method getLastLogger ] {
        }

        Method [ <internal:SeasLog> static public method setDatetimeFormat ] {
        }

        Method [ <internal:SeasLog> static public method getDatetimeFormat ] {
        }

        Method [ <internal:SeasLog> static public method analyzerCount ] {
        }

        Method [ <internal:SeasLog> static public method analyzerDetail ] {
        }

        Method [ <internal:SeasLog> static public method getBuffer ] {
        }

        Method [ <internal:SeasLog> static public method flushBuffer ] {
        }

        Method [ <internal:SeasLog> static public method log ] {
        }

        Method [ <internal:SeasLog> static public method debug ] {
        }

        Method [ <internal:SeasLog> static public method info ] {
        }

        Method [ <internal:SeasLog> static public method notice ] {
        }

        Method [ <internal:SeasLog> static public method warning ] {
        }

        Method [ <internal:SeasLog> static public method error ] {
        }

        Method [ <internal:SeasLog> static public method critical ] {
        }

        Method [ <internal:SeasLog> static public method alert ] {
        }

        Method [ <internal:SeasLog> static public method emergency ] {
        }
      }

      - Properties [0] {
      }

      - Methods [2] {
        Method [ <internal:SeasLog, ctor> public method __construct ] {
        }

        Method [ <internal:SeasLog, dtor> public method __destruct ] {
        }
      }
    }
  }
}