blob: df018930f69ac96b0db03981fbc714aefd68485f (
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
|
<!DOCTYPE TAGS>
<TAGS>
<tag name="cflog" single="1">
<attr name="text" />
<attr name="log" type="list">
<items>
<item>Application</item>
<item>Scheduler</item>
</items>
</attr>
<attr name="file" />
<attr name="type" type="list">
<items>
<item>information</item>
<item>warning</item>
<item>error</item>
<item>fatal information</item>
</items>
</attr>
<attr name="application" type="list">
<items>
<item>Yes</item>
<item>No</item>
</items>
</attr>
</tag>
</TAGS>
|