This file is indexed.

/usr/share/doc/liblog4j1.2-java/api/index-all.html is in liblog4j1.2-java-doc 1.2.16-3ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Thu Feb 09 16:41:47 UTC 2012 -->
<TITLE>
Index (Log4j Version 1.2.16)
</TITLE>

<META NAME="date" CONTENT="2012-02-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Log4j Version 1.2.16)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Log4j 1.2.16</b><!--  Licensed to the Apache Software Foundation (ASF) under one or more  contributor license agreements.  See the NOTICE file distributed with  this work for additional information regarding copyright ownership.  The ASF licenses this file to You under the Apache License, Version 2.0  (the 'License'); you may not use this file except in compliance with  the License.  You may obtain a copy of the License at        http://www.apache.org/licenses/LICENSE-2.0   Unless required by applicable law or agreed to in writing, software  distributed under the License is distributed on an 'AS IS' BASIS,  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and  limitations under the License. --></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Z_">Z</A> <A HREF="#___">_</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html#ABS_TIME_DATE_FORMAT"><B>ABS_TIME_DATE_FORMAT</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers">AbsoluteTimeDateFormat</A>
<DD>String constant used to specify <A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers"><CODE>AbsoluteTimeDateFormat</CODE></A> in layouts.
<DT><A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers"><B>AbsoluteTimeDateFormat</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Formats a <CODE>Date</CODE> in the format "HH:mm:ss,SSS" for example,
   "15:49:37,459".<DT><A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html#AbsoluteTimeDateFormat()"><B>AbsoluteTimeDateFormat()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers">AbsoluteTimeDateFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html#AbsoluteTimeDateFormat(java.util.TimeZone)"><B>AbsoluteTimeDateFormat(TimeZone)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers">AbsoluteTimeDateFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx"><B>AbstractDynamicMBean</B></A> - Class in <A HREF="./org/apache/log4j/jmx/package-summary.html">org.apache.log4j.jmx</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#AbstractDynamicMBean()"><B>AbstractDynamicMBean()</B></A> - 
Constructor for class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/Filter.html#ACCEPT"><B>ACCEPT</B></A> - 
Static variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD>The log event must be logged immediately without consulting with
     the remaining filters, if any, in the chain.
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#ACCEPT_ON_MATCH_OPTION"><B>ACCEPT_ON_MATCH_OPTION</B></A> - 
Static variable in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD><B>Deprecated.</B>&nbsp;<I>Options are now handled using the JavaBeans paradigm.
     This constant is not longer needed and will be removed in the
     <em>near</em> term.</I>
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#activate()"><B>activate()</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Derived appenders should override this method if option structure
     requires it.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Prepares the appender for use.
<DT><A HREF="./org/apache/log4j/DailyRollingFileAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/DailyRollingFileAppender.html" title="class in org.apache.log4j">DailyRollingFileAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Activates the conversion pattern.
<DT><A HREF="./org/apache/log4j/FileAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>If the value of <b>File</b> is not <code>null</code>, then <A HREF="./org/apache/log4j/FileAppender.html#setFile(java.lang.String)"><CODE>FileAppender.setFile(java.lang.String)</CODE></A> is called with the values of <b>File</b>  and
     <b>Append</b> properties.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers">OnlyOnceErrorHandler</A>
<DD>No options to activate.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>No options to activate.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Options are activated and become effective only after calling
  this method.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Activate the specified options, such as the smtp host, the
     recipient, from, etc.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Connect to the specified <b>RemoteHost</b> and <b>Port</b>.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Set up the socket server on the specified port.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>This method returns immediately as options are activated when they
     are set.
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.html" title="class in org.apache.log4j.net">TelnetAppender</A>
<DD>all of the options have been set, create the socket handler and
      wait for connections.
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/PatternLayout.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>Does not do anything as options become effective
<DT><A HREF="./org/apache/log4j/SimpleLayout.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/SimpleLayout.html" title="class in org.apache.log4j">SimpleLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/Filter.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD>Usually filters options become active when set.
<DT><A HREF="./org/apache/log4j/spi/OptionHandler.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/OptionHandler.html" title="interface in org.apache.log4j.spi">OptionHandler</A>
<DD>Activate the options that were previously set with calls to option
     setters.
<DT><A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html" title="class in org.apache.log4j.varia">ExternallyRolledFileAppender</A>
<DD>Start listening on the port specified by a preceding call to
     <A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html#setPort(int)"><CODE>ExternallyRolledFileAppender.setPort(int)</CODE></A>.
<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia">FallbackErrorHandler</A>
<DD>No options to activate.
<DT><A HREF="./org/apache/log4j/varia/NullAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia">NullAppender</A>
<DD>There are no options to acticate.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Does nothing.
<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html#activateOptions()"><B>activateOptions()</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml">XMLLayout</A>
<DD>No options to activate.
<DT><A HREF="./org/apache/log4j/helpers/CyclicBuffer.html#add(org.apache.log4j.spi.LoggingEvent)"><B>add(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CyclicBuffer.html" title="class in org.apache.log4j.helpers">CyclicBuffer</A>
<DD>Add an <code>event</code> as the last event in the buffer.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#addAppender(org.apache.log4j.Appender)"><B>addAppender(Appender)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Add appender.
<DT><A HREF="./org/apache/log4j/Category.html#addAppender(org.apache.log4j.Appender)"><B>addAppender(Appender)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Add <code>newAppender</code> to the list of appenders of this
     Category instance.
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#addAppender(org.apache.log4j.Appender)"><B>addAppender(Appender)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Attach an appender.
<DT><A HREF="./org/apache/log4j/spi/AppenderAttachable.html#addAppender(org.apache.log4j.Appender)"><B>addAppender(Appender)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi">AppenderAttachable</A>
<DD>Add an appender.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#addAppender(org.apache.log4j.Appender)"><B>addAppender(Appender)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Add <code>newAppender</code> to the list of appenders of this
     Category instance.
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#addAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)"><B>addAppenderEvent(Category, Appender)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/HierarchyEventListener.html#addAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)"><B>addAppenderEvent(Category, Appender)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/HierarchyEventListener.html" title="interface in org.apache.log4j.spi">HierarchyEventListener</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#addConverter(org.apache.log4j.helpers.PatternConverter)"><B>addConverter(PatternConverter)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Appender.html#addFilter(org.apache.log4j.spi.Filter)"><B>addFilter(Filter)</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Add a filter to the end of the filter list.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#addFilter(org.apache.log4j.spi.Filter)"><B>addFilter(Filter)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Add a filter to end of the filter list.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#addHierarchyEventListener(org.apache.log4j.spi.HierarchyEventListener)"><B>addHierarchyEventListener(HierarchyEventListener)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#addHierarchyEventListener(org.apache.log4j.spi.HierarchyEventListener)"><B>addHierarchyEventListener(HierarchyEventListener)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>Add a <A HREF="./org/apache/log4j/spi/HierarchyEventListener.html" title="interface in org.apache.log4j.spi"><CODE>HierarchyEventListener</CODE></A> event to the repository.
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#addHierarchyEventListener(org.apache.log4j.spi.HierarchyEventListener)"><B>addHierarchyEventListener(HierarchyEventListener)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>Add a <A HREF="./org/apache/log4j/spi/HierarchyEventListener.html" title="interface in org.apache.log4j.spi"><CODE>HierarchyEventListener</CODE></A> event to the repository.
<DT><A HREF="./org/apache/log4j/Category.html#additive"><B>additive</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Additivity is set to true by default, that is children inherit
      the appenders of their ancestors by default.
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#addLoggerMBean(java.lang.String)"><B>addLoggerMBean(String)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)"><B>addNotificationListener(NotificationListener, NotificationFilter, Object)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Hierarchy.html#addRenderer(java.lang.Class, org.apache.log4j.or.ObjectRenderer)"><B>addRenderer(Class, ObjectRenderer)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Add an object renderer for a specific class.
<DT><A HREF="./org/apache/log4j/or/RendererMap.html#addRenderer(org.apache.log4j.spi.RendererSupport, java.lang.String, java.lang.String)"><B>addRenderer(RendererSupport, String, String)</B></A> - 
Static method in class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or">RendererMap</A>
<DD>Add a renderer to a hierarchy passed as parameter.
<DT><A HREF="./org/apache/log4j/spi/ErrorCode.html#ADDRESS_PARSE_FAILURE"><B>ADDRESS_PARSE_FAILURE</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi">ErrorCode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#addressMessage(Message)"><B>addressMessage(Message)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Address message.
<DT><A HREF="./org/apache/log4j/net/ZeroConfSupport.html#advertise()"><B>advertise()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/ZeroConfSupport.html" title="class in org.apache.log4j.net">ZeroConfSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/Agent.html" title="class in org.apache.log4j.jmx"><B>Agent</B></A> - Class in <A HREF="./org/apache/log4j/jmx/package-summary.html">org.apache.log4j.jmx</A><DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;<DT><A HREF="./org/apache/log4j/jmx/Agent.html#Agent()"><B>Agent()</B></A> - 
Constructor for class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/Agent.html" title="class in org.apache.log4j.jmx">Agent</A>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="./org/apache/log4j/Level.html#ALL"><B>ALL</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>The <code>ALL</code> has the lowest possible rank and is intended to
     turn on all logging.
<DT><A HREF="./org/apache/log4j/Priority.html#ALL_INT"><B>ALL_INT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Subclasses of <code>AppenderSkeleton</code> should implement this
     method to perform actual logging.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Subclasses of <code>AppenderSkeleton</code> should implement this
     method to perform actual logging.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Adds the event to the buffer.
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>Appends a <code>LoggingEvent</code> record to the
 <code>LF5Appender</code>.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>This method called by <A HREF="./org/apache/log4j/AppenderSkeleton.html#doAppend(org.apache.log4j.spi.LoggingEvent)"><CODE>AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent)</CODE></A> method to
     do most of the real appending work.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Perform SMTPAppender specific appending actions, mainly adding
     the event to a cyclic buffer and checking if the event triggers
     an e-mail to be sent.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Append an event to all of current connections.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.html" title="class in org.apache.log4j.net">TelnetAppender</A>
<DD>Handles a log event.
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/NullAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia">NullAppender</A>
<DD>Does not do anything.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#append(org.apache.log4j.spi.LoggingEvent)"><B>append(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>This method is called by the <A HREF="./org/apache/log4j/AppenderSkeleton.html#doAppend(org.apache.log4j.spi.LoggingEvent)"><CODE>AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent)</CODE></A>
     method.
<DT><A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j"><B>Appender</B></A> - Interface in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Implement this interface for your own strategies for outputting log
   statements.<DT><A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi"><B>AppenderAttachable</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Interface for attaching appenders to objects.<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers"><B>AppenderAttachableImpl</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>A straightforward implementation of the <A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi"><CODE>AppenderAttachable</CODE></A>
   interface.<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#AppenderAttachableImpl()"><B>AppenderAttachableImpl()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html" title="class in org.apache.log4j.jmx"><B>AppenderDynamicMBean</B></A> - Class in <A HREF="./org/apache/log4j/jmx/package-summary.html">org.apache.log4j.jmx</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html#AppenderDynamicMBean(org.apache.log4j.Appender)"><B>AppenderDynamicMBean(Appender)</B></A> - 
Constructor for class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html" title="class in org.apache.log4j.jmx">AppenderDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/AppenderFinalizer.html" title="class in org.apache.log4j.lf5"><B>AppenderFinalizer</B></A> - Class in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD><code>AppenderFinalizer</code> has a single method that will finalize
 resources associated with a <code>LogBrokerMonitor</code> in the event
 that the <code>LF5Appender</code> class is destroyed, and the class loader
 is garbage collected.<DT><A HREF="./org/apache/log4j/lf5/AppenderFinalizer.html#AppenderFinalizer(org.apache.log4j.lf5.viewer.LogBrokerMonitor)"><B>AppenderFinalizer(LogBrokerMonitor)</B></A> - 
Constructor for class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/AppenderFinalizer.html" title="class in org.apache.log4j.lf5">AppenderFinalizer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#appenderList"><B>appenderList</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Array of appenders.
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#appenderNames"><B>appenderNames</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j"><B>AppenderSkeleton</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Abstract superclass of the other appenders in the package.<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#AppenderSkeleton()"><B>AppenderSkeleton()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Create new instance.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#AppenderSkeleton(boolean)"><B>AppenderSkeleton(boolean)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Create new instance.
<DT><A HREF="./org/apache/log4j/helpers/Transform.html#appendEscapingCDATA(java.lang.StringBuffer, java.lang.String)"><B>appendEscapingCDATA(StringBuffer, String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/Transform.html" title="class in org.apache.log4j.helpers">Transform</A>
<DD>Ensures that embeded CDEnd strings (]]>) are handled properly
 within message, NDC and throwable tag text.
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#appendLoopOnAppenders(org.apache.log4j.spi.LoggingEvent)"><B>appendLoopOnAppenders(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Call the <code>doAppend</code> method on all attached appenders.
<DT><A HREF="./org/apache/log4j/Category.html#assertLog(boolean, java.lang.String)"><B>assertLog(boolean, String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>If <code>assertion</code> parameter is <code>false</code>, then
     logs <code>msg</code> as an <A HREF="./org/apache/log4j/Category.html#error(java.lang.Object)"><CODE>error</CODE></A> statement.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#assertLog(boolean, java.lang.String)"><B>assertLog(boolean, String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>If <code>assertion</code> parameter is <code>false</code>, then
     logs <code>msg</code> as an <A HREF="./org/apache/log4j/Category.html#error(java.lang.Object)"><CODE>error</CODE></A> statement.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j"><B>AsyncAppender</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>The AsyncAppender lets users log events asynchronously.<DT><A HREF="./org/apache/log4j/AsyncAppender.html#AsyncAppender()"><B>AsyncAppender()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Create new instance.
<DT><A HREF="./org/apache/log4j/or/sax/AttributesRenderer.html" title="class in org.apache.log4j.or.sax"><B>AttributesRenderer</B></A> - Class in <A HREF="./org/apache/log4j/or/sax/package-summary.html">org.apache.log4j.or.sax</A><DD>Render <code>org.xml.sax.Attributes</code> objects.<DT><A HREF="./org/apache/log4j/or/sax/AttributesRenderer.html#AttributesRenderer()"><B>AttributesRenderer()</B></A> - 
Constructor for class org.apache.log4j.or.sax.<A HREF="./org/apache/log4j/or/sax/AttributesRenderer.html" title="class in org.apache.log4j.or.sax">AttributesRenderer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/BasicConfigurator.html" title="class in org.apache.log4j"><B>BasicConfigurator</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Use this class to quickly configure the package.<DT><A HREF="./org/apache/log4j/BasicConfigurator.html#BasicConfigurator()"><B>BasicConfigurator()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/BasicConfigurator.html" title="class in org.apache.log4j">BasicConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers"><B>BoundedFIFO</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD><code>BoundedFIFO</code> serves as the bounded first-in-first-out
   buffer heavily used by the <A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j"><CODE>AsyncAppender</CODE></A>.<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#BoundedFIFO(int)"><B>BoundedFIFO(int)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Instantiate a new BoundedFIFO with a maximum size passed as argument.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#buf"><B>buf</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#BUF_SIZE"><B>BUF_SIZE</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD><B>Deprecated.</B>&nbsp;<I>since 1.3</I>
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#BUF_SIZE"><B>BUF_SIZE</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/PatternLayout.html#BUF_SIZE"><B>BUF_SIZE</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#buffer"><B>buffer</B></A> - 
Variable in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>ArrayList holding the buffer of Logging Events.
<DT><A HREF="./org/apache/log4j/FileAppender.html#bufferedIO"><B>bufferedIO</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Do we do bufferedIO?
<DT><A HREF="./org/apache/log4j/FileAppender.html#bufferSize"><B>bufferSize</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Determines the size of IO buffer be.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#bufferSize"><B>bufferSize</B></A> - 
Variable in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>size of LoggingEvent buffer before writting to the database.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/Category.html#callAppenders(org.apache.log4j.spi.LoggingEvent)"><B>callAppenders(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Call the appenders in the hierrachy starting at
     <code>this</code>.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#callAppenders(org.apache.log4j.spi.LoggingEvent)"><B>callAppenders(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Call the appenders in the hierrachy starting at
     <code>this</code>.
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#capitalize(java.lang.String)"><B>capitalize(String)</B></A> - 
Static method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j"><B>Category</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD><font color="#AA2222"><b>This class has been deprecated and
 replaced by the <A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j"><CODE>Logger</CODE></A> <em>subclass</em></b></font>.<DT><A HREF="./org/apache/log4j/Category.html#Category(java.lang.String)"><B>Category(String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>This constructor created a new <code>Category</code> instance and
     sets its name.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#categoryName"><B>categoryName</B></A> - 
Variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD><B>Deprecated.</B>&nbsp;<I>This field will be marked as private in future
 releases. Please do not access it directly. Use the <A HREF="./org/apache/log4j/spi/LoggingEvent.html#getLoggerName()"><CODE>LoggingEvent.getLoggerName()</CODE></A> method instead.</I>
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#catFactory"><B>catFactory</B></A> - 
Variable in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#cb"><B>cb</B></A> - 
Variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html#checkAndConfigure()"><B>checkAndConfigure()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers">FileWatchdog</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#checkEntryConditions()"><B>checkEntryConditions()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#checkEntryConditions()"><B>checkEntryConditions()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>This method determines if there is a sense in attempting to append.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#checkEntryConditions()"><B>checkEntryConditions()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>This method determines if there is a sense in attempting to append.
<DT><A HREF="./org/apache/log4j/helpers/ThreadLocalMap.html#childValue(java.lang.Object)"><B>childValue(Object)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/ThreadLocalMap.html" title="class in org.apache.log4j.helpers">ThreadLocalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#cleanUp()"><B>cleanUp()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Drop the connection to the remote host and release the underlying
 connector thread if it has been created
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#cleanUp()"><B>cleanUp()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Release the underlying ServerMonitor thread, and drop the connections
     to all connected remote servers.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>This call will clear all logger definitions from the internal
     hashtable.
<DT><A HREF="./org/apache/log4j/MDC.html#clear()"><B>clear()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/MDC.html" title="class in org.apache.log4j">MDC</A>
<DD>Remove all values from the MDC.
<DT><A HREF="./org/apache/log4j/NDC.html#clear()"><B>clear()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Clear any nested diagnostic information if any.
<DT><A HREF="./org/apache/log4j/or/RendererMap.html#clear()"><B>clear()</B></A> - 
Method in class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or">RendererMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Appender.html#clearFilters()"><B>clearFilters()</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Clear the list of filters by removing all the filters in it.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#clearFilters()"><B>clearFilters()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Clear the filters chain.
<DT><A HREF="./org/apache/log4j/NDC.html#cloneStack()"><B>cloneStack()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Clone the diagnostic context for the current thread.
<DT><A HREF="./org/apache/log4j/Appender.html#close()"><B>close()</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Release any resources allocated within the appender such as file
     handles, network connections, etc.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Close this <code>AsyncAppender</code> by interrupting the dispatcher
 thread which will process all pending events before exiting.
<DT><A HREF="./org/apache/log4j/helpers/SyslogWriter.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogWriter.html" title="class in org.apache.log4j.helpers">SyslogWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Closes the appender, flushing the buffer first then closing the default
 connection if it is open.
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>This method is an empty implementation of the close() method inherited
 from the <code>org.apache.log4j.Appender</code> interface.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Close this JMSAppender.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Close this appender.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Close this appender.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Release any resources held by this SyslogAppender.
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.html" title="class in org.apache.log4j.net">TelnetAppender</A>
<DD>shuts down the appender.
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html" title="class in org.apache.log4j.net">TelnetAppender.SocketHandler</A>
<DD>make sure we close all network connections when this handler is destroyed.
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/NullAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia">NullAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/WriterAppender.html#close()"><B>close()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Close this appender instance.
<DT><A HREF="./org/apache/log4j/spi/ErrorCode.html#CLOSE_FAILURE"><B>CLOSE_FAILURE</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi">ErrorCode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#closeConnection(java.sql.Connection)"><B>closeConnection(Connection)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Override this to return the connection to a pool, or to clean up the
 resource.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#closed"><B>closed</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Is this appender closed?
<DT><A HREF="./org/apache/log4j/FileAppender.html#closeFile()"><B>closeFile()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Closes the previously opened file.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#closeWriter()"><B>closeWriter()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Close the underlying <CODE>Writer</CODE>.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#closeWriter()"><B>closeWriter()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Close the underlying <CODE>Writer</CODE>.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#concatanateArrays(java.lang.String[], java.lang.String[])"><B>concatanateArrays(String[], String[])</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#CONFIG"><B>CONFIG</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#CONFIG_DEBUG_KEY"><B>CONFIG_DEBUG_KEY</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/log4j/helpers/LogLog.html#DEBUG_KEY"><CODE>LogLog.DEBUG_KEY</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/spi/Configurator.html" title="interface in org.apache.log4j.spi"><B>Configurator</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Implemented by classes capable of configuring log4j using a URL.<DT><A HREF="./org/apache/log4j/LogManager.html#CONFIGURATOR_CLASS_KEY"><B>CONFIGURATOR_CLASS_KEY</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD><B>Deprecated.</B>&nbsp;<I>This variable is for internal use only. It will
 become private in future versions.</I>
<DT><A HREF="./org/apache/log4j/BasicConfigurator.html#configure()"><B>configure()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/BasicConfigurator.html" title="class in org.apache.log4j">BasicConfigurator</A>
<DD>Add a <A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j"><CODE>ConsoleAppender</CODE></A> that uses <A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j"><CODE>PatternLayout</CODE></A>
     using the <A HREF="./org/apache/log4j/PatternLayout.html#TTCC_CONVERSION_PATTERN"><CODE>PatternLayout.TTCC_CONVERSION_PATTERN</CODE></A> and
     prints to <code>System.out</code> to the root category.
<DT><A HREF="./org/apache/log4j/BasicConfigurator.html#configure(org.apache.log4j.Appender)"><B>configure(Appender)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/BasicConfigurator.html" title="class in org.apache.log4j">BasicConfigurator</A>
<DD>Add <code>appender</code> to the root category.
<DT><A HREF="./org/apache/log4j/lf5/DefaultLF5Configurator.html#configure()"><B>configure()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/DefaultLF5Configurator.html" title="class in org.apache.log4j.lf5">DefaultLF5Configurator</A>
<DD>This method configures the <code>LF5Appender</code> using a
 default configuration file.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#configure(java.lang.String)"><B>configure(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#configure(java.net.URL)"><B>configure(URL)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Read configuration options from url <code>configURL</code>.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#configure(java.util.Properties)"><B>configure(Properties)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Read configuration options from <code>properties</code>.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#configure(org.w3c.dom.Element)"><B>configure(Element)</B></A> - 
Static method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Configure log4j using a <code>configuration</code> element as
     defined in the log4j.dtd.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#configure(java.lang.String)"><B>configure(String)</B></A> - 
Static method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>A static version of <A HREF="./org/apache/log4j/xml/DOMConfigurator.html#doConfigure(java.lang.String, org.apache.log4j.spi.LoggerRepository)"><CODE>doConfigure(String, LoggerRepository)</CODE></A>.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#configure(java.net.URL)"><B>configure(URL)</B></A> - 
Static method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>A static version of <A HREF="./org/apache/log4j/xml/DOMConfigurator.html#doConfigure(java.net.URL, org.apache.log4j.spi.LoggerRepository)"><CODE>doConfigure(URL, LoggerRepository)</CODE></A>.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#configureAndWatch(java.lang.String)"><B>configureAndWatch(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Like <A HREF="./org/apache/log4j/PropertyConfigurator.html#configureAndWatch(java.lang.String, long)"><CODE>PropertyConfigurator.configureAndWatch(String, long)</CODE></A> except that the
     default delay as defined by <A HREF="./org/apache/log4j/helpers/FileWatchdog.html#DEFAULT_DELAY"><CODE>FileWatchdog.DEFAULT_DELAY</CODE></A> is
     used.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#configureAndWatch(java.lang.String, long)"><B>configureAndWatch(String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Read the configuration file <code>configFilename</code> if it
     exists.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#configureAndWatch(java.lang.String)"><B>configureAndWatch(String)</B></A> - 
Static method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Like <A HREF="./org/apache/log4j/xml/DOMConfigurator.html#configureAndWatch(java.lang.String, long)"><CODE>configureAndWatch(String, long)</CODE></A> except that the
     default delay as defined by <A HREF="./org/apache/log4j/helpers/FileWatchdog.html#DEFAULT_DELAY"><CODE>FileWatchdog.DEFAULT_DELAY</CODE></A> is
     used.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#configureAndWatch(java.lang.String, long)"><B>configureAndWatch(String, long)</B></A> - 
Static method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Read the configuration file <code>configFilename</code> if it
     exists.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#configureLoggerFactory(java.util.Properties)"><B>configureLoggerFactory(Properties)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Check the provided <code>Properties</code> object for a
     <A HREF="./org/apache/log4j/spi/LoggerFactory.html" title="interface in org.apache.log4j.spi"><CODE>LoggerFactory</CODE></A>
     entry specified by <A HREF="./org/apache/log4j/PropertyConfigurator.html#LOGGER_FACTORY_KEY"><CODE>PropertyConfigurator.LOGGER_FACTORY_KEY</CODE></A>.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#connection"><B>connection</B></A> - 
Variable in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Connection used by default.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j"><B>ConsoleAppender</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>ConsoleAppender appends log events to <code>System.out</code> or
 <code>System.err</code> using a layout specified by the user.<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#ConsoleAppender()"><B>ConsoleAppender()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Constructs an unconfigured appender.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#ConsoleAppender(org.apache.log4j.Layout)"><B>ConsoleAppender(Layout)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Creates a configured appender.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#ConsoleAppender(org.apache.log4j.Layout, java.lang.String)"><B>ConsoleAppender(Layout, String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Creates a configured appender.
<DT><A HREF="./org/apache/log4j/helpers/PatternConverter.html#convert(org.apache.log4j.spi.LoggingEvent)"><B>convert(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A>
<DD>Derived pattern converters must override this method in order to
     convert conversion specifiers in the correct way.
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#convertArg(java.lang.String, java.lang.Class)"><B>convertArg(String, Class)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>Convert <code>val</code> a String parameter to an object of a
     given type.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#convertSpecialChars(java.lang.String)"><B>convertSpecialChars(String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html#count"><B>count</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html" title="class in org.apache.log4j.helpers">CountingQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html" title="class in org.apache.log4j.helpers"><B>CountingQuietWriter</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Counts the number of bytes written.<DT><A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html#CountingQuietWriter(java.io.Writer, org.apache.log4j.spi.ErrorHandler)"><B>CountingQuietWriter(Writer, ErrorHandler)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html" title="class in org.apache.log4j.helpers">CountingQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#createPatternParser(java.lang.String)"><B>createPatternParser(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Returns PatternParser used to parse the conversion string.
<DT><A HREF="./org/apache/log4j/PatternLayout.html#createPatternParser(java.lang.String)"><B>createPatternParser(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>Returns PatternParser used to parse the conversion string.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#createServerSocket(int)"><B>createServerSocket(int)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Creates a server socket to accept connections.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#createSession()"><B>createSession()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Create mail session.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#createWriter(java.io.OutputStream)"><B>createWriter(OutputStream)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Returns an OutputStreamWriter when passed an OutputStream.
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#currentLiteral"><B>currentLiteral</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/CyclicBuffer.html" title="class in org.apache.log4j.helpers"><B>CyclicBuffer</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>CyclicBuffer is used by other appenders to hold <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvents</CODE></A> for immediate or differed display.<DT><A HREF="./org/apache/log4j/helpers/CyclicBuffer.html#CyclicBuffer(int)"><B>CyclicBuffer(int)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CyclicBuffer.html" title="class in org.apache.log4j.helpers">CyclicBuffer</A>
<DD>Instantiate a new CyclicBuffer of at most <code>maxSize</code> events.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/DailyRollingFileAppender.html" title="class in org.apache.log4j"><B>DailyRollingFileAppender</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>DailyRollingFileAppender extends <A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j"><CODE>FileAppender</CODE></A> so that the
   underlying file is rolled over at a user chosen frequency.<DT><A HREF="./org/apache/log4j/DailyRollingFileAppender.html#DailyRollingFileAppender()"><B>DailyRollingFileAppender()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/DailyRollingFileAppender.html" title="class in org.apache.log4j">DailyRollingFileAppender</A>
<DD>The default constructor does nothing.
<DT><A HREF="./org/apache/log4j/DailyRollingFileAppender.html#DailyRollingFileAppender(org.apache.log4j.Layout, java.lang.String, java.lang.String)"><B>DailyRollingFileAppender(Layout, String, String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/DailyRollingFileAppender.html" title="class in org.apache.log4j">DailyRollingFileAppender</A>
<DD>Instantiate a <code>DailyRollingFileAppender</code> and open the
    file designated by <code>filename</code>.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#databasePassword"><B>databasePassword</B></A> - 
Variable in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>User to use for default connection handling
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#databaseURL"><B>databaseURL</B></A> - 
Variable in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>URL of the DB for default connection handling
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#databaseUser"><B>databaseUser</B></A> - 
Variable in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>User to connect as for default connection handling
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#date"><B>date</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html#DATE_AND_TIME_DATE_FORMAT"><B>DATE_AND_TIME_DATE_FORMAT</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers">AbsoluteTimeDateFormat</A>
<DD>String constant used to specify <A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html" title="class in org.apache.log4j.helpers"><CODE>DateTimeDateFormat</CODE></A> in layouts.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#DATE_FORMAT_OPTION"><B>DATE_FORMAT_OPTION</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD><B>Deprecated.</B>&nbsp;<I>Options are now handled using the JavaBeans paradigm.
     This constant is not longer needed and will be removed in the
     <em>near</em> term.</I>
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#dateFormat"><B>dateFormat</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#dateFormat(java.lang.StringBuffer, org.apache.log4j.spi.LoggingEvent)"><B>dateFormat(StringBuffer, LoggingEvent)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers"><B>DateLayout</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>This abstract layout takes care of all the date related options and
   formatting work.<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#DateLayout()"><B>DateLayout()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html" title="class in org.apache.log4j.helpers"><B>DateTimeDateFormat</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Formats a <CODE>Date</CODE> in the format "dd MMM yyyy HH:mm:ss,SSS" for example,
   "06 Nov 1994 15:49:37,459".<DT><A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html#DateTimeDateFormat()"><B>DateTimeDateFormat()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html" title="class in org.apache.log4j.helpers">DateTimeDateFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html#DateTimeDateFormat(java.util.TimeZone)"><B>DateTimeDateFormat(TimeZone)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html" title="class in org.apache.log4j.helpers">DateTimeDateFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/log4j/Category.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <code>DEBUG</code> level including
   the stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#debug(java.lang.String)"><B>debug(String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>This method is used to output log4j internal debug
     statements.
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#debug(java.lang.String, java.lang.Throwable)"><B>debug(String, Throwable)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>This method is used to output log4j internal debug
     statements.
<DT><A HREF="./org/apache/log4j/Level.html#DEBUG"><B>DEBUG</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>The <code>DEBUG</code> Level designates fine-grained
     informational events that are most useful to debug an
     application.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#DEBUG"><B>DEBUG</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>debug(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>debug(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, boolean)"><B>debug(Logger, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, char)"><B>debug(Logger, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, byte)"><B>debug(Logger, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, short)"><B>debug(Logger, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, int)"><B>debug(Logger, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, long)"><B>debug(Logger, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, float)"><B>debug(Logger, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, double)"><B>debug(Logger, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object)"><B>debug(Logger, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object)"><B>debug(Logger, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>debug(Logger, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogMF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>debug(Logger, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>debug(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>debug(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, boolean)"><B>debug(Logger, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, char)"><B>debug(Logger, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, byte)"><B>debug(Logger, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, short)"><B>debug(Logger, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, int)"><B>debug(Logger, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, long)"><B>debug(Logger, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, float)"><B>debug(Logger, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, double)"><B>debug(Logger, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object)"><B>debug(Logger, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object)"><B>debug(Logger, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>debug(Logger, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/LogSF.html#debug(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>debug(Logger, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at debug level.
<DT><A HREF="./org/apache/log4j/Priority.html#DEBUG"><B>DEBUG</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/log4j/Level.html#DEBUG"><CODE>Level.DEBUG</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#DEBUG"><CODE>DEBUG</CODE></A> level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <code>DEBUG</code> level including
   the stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/Priority.html#DEBUG_INT"><B>DEBUG_INT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#DEBUG_KEY"><B>DEBUG_KEY</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>Defining this value makes log4j print log4j-internal debug
     statements to <code>System.out</code>.
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#debugEnabled"><B>debugEnabled</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/Filter.html#decide(org.apache.log4j.spi.LoggingEvent)"><B>decide(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD>If the decision is <code>DENY</code>, then the event will be
     dropped.
<DT><A HREF="./org/apache/log4j/varia/DenyAllFilter.html#decide(org.apache.log4j.spi.LoggingEvent)"><B>decide(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/DenyAllFilter.html" title="class in org.apache.log4j.varia">DenyAllFilter</A>
<DD>Always returns the integer constant <A HREF="./org/apache/log4j/spi/Filter.html#DENY"><CODE>Filter.DENY</CODE></A>
     regardless of the <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvent</CODE></A> parameter.
<DT><A HREF="./org/apache/log4j/varia/LevelMatchFilter.html#decide(org.apache.log4j.spi.LoggingEvent)"><B>decide(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelMatchFilter.html" title="class in org.apache.log4j.varia">LevelMatchFilter</A>
<DD>Return the decision of this filter.
<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html#decide(org.apache.log4j.spi.LoggingEvent)"><B>decide(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia">LevelRangeFilter</A>
<DD>Return the decision of this filter.
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#decide(org.apache.log4j.spi.LoggingEvent)"><B>decide(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD>Returns <A HREF="./org/apache/log4j/spi/Filter.html#NEUTRAL"><CODE>Filter.NEUTRAL</CODE></A> is there is no string match.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#DEFAULT_BUFFER_SIZE"><B>DEFAULT_BUFFER_SIZE</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>The default buffer size is set to 128 events.
<DT><A HREF="./org/apache/log4j/LogManager.html#DEFAULT_CONFIGURATION_FILE"><B>DEFAULT_CONFIGURATION_FILE</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD><B>Deprecated.</B>&nbsp;<I>This variable is for internal use only. It will
 become package protected in future versions.</I>
<DT><A HREF="./org/apache/log4j/LogManager.html#DEFAULT_CONFIGURATION_KEY"><B>DEFAULT_CONFIGURATION_KEY</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD><B>Deprecated.</B>&nbsp;<I>This variable is for internal use only. It will
 become private in future versions.</I>
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#DEFAULT_CONVERSION_PATTERN"><B>DEFAULT_CONVERSION_PATTERN</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Default pattern string for log output.
<DT><A HREF="./org/apache/log4j/PatternLayout.html#DEFAULT_CONVERSION_PATTERN"><B>DEFAULT_CONVERSION_PATTERN</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>Default pattern string for log output.
<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html#DEFAULT_DELAY"><B>DEFAULT_DELAY</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers">FileWatchdog</A>
<DD>The default delay between every file modification check, set to 60
     seconds.
<DT><A HREF="./org/apache/log4j/LogManager.html#DEFAULT_INIT_OVERRIDE_KEY"><B>DEFAULT_INIT_OVERRIDE_KEY</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD><B>Deprecated.</B>&nbsp;<I>This variable is for internal use only. It will
 become private in future versions.</I>
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#DEFAULT_PORT"><B>DEFAULT_PORT</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>The default port number of remote logging server (4560).
<DT><A HREF="./org/apache/log4j/lf5/DefaultLF5Configurator.html" title="class in org.apache.log4j.lf5"><B>DefaultLF5Configurator</B></A> - Class in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD>The <code>DefaultLF5Configurator</code> provides a default
 configuration for the <code>LF5Appender</code>.<DT><A HREF="./org/apache/log4j/spi/DefaultRepositorySelector.html" title="class in org.apache.log4j.spi"><B>DefaultRepositorySelector</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/spi/DefaultRepositorySelector.html#DefaultRepositorySelector(org.apache.log4j.spi.LoggerRepository)"><B>DefaultRepositorySelector(LoggerRepository)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/DefaultRepositorySelector.html" title="class in org.apache.log4j.spi">DefaultRepositorySelector</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/DefaultThrowableRenderer.html" title="class in org.apache.log4j"><B>DefaultThrowableRenderer</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Default implementation of ThrowableRenderer using
 Throwable.printStackTrace.<DT><A HREF="./org/apache/log4j/DefaultThrowableRenderer.html#DefaultThrowableRenderer()"><B>DefaultThrowableRenderer()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/DefaultThrowableRenderer.html" title="class in org.apache.log4j">DefaultThrowableRenderer</A>
<DD>Construct new instance.
<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html#delay"><B>delay</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers">FileWatchdog</A>
<DD>The delay to observe between every check.
<DT><A HREF="./org/apache/log4j/spi/Filter.html#DENY"><B>DENY</B></A> - 
Static variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD>The log event must be dropped immediately without consulting
     with the remaining filters, if any, in the chain.
<DT><A HREF="./org/apache/log4j/varia/DenyAllFilter.html" title="class in org.apache.log4j.varia"><B>DenyAllFilter</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>This filter drops all logging events.<DT><A HREF="./org/apache/log4j/varia/DenyAllFilter.html#DenyAllFilter()"><B>DenyAllFilter()</B></A> - 
Constructor for class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/DenyAllFilter.html" title="class in org.apache.log4j.varia">DenyAllFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Appender.html#doAppend(org.apache.log4j.spi.LoggingEvent)"><B>doAppend(LoggingEvent)</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Log in <code>Appender</code> specific way.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#doAppend(org.apache.log4j.spi.LoggingEvent)"><B>doAppend(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>This method performs threshold checks and invokes filters before
 delegating actual logging to the subclasses specific <A HREF="./org/apache/log4j/AppenderSkeleton.html#append(org.apache.log4j.spi.LoggingEvent)"><CODE>AppenderSkeleton.append(org.apache.log4j.spi.LoggingEvent)</CODE></A> method.
<DT><A HREF="./org/apache/log4j/varia/NullAppender.html#doAppend(org.apache.log4j.spi.LoggingEvent)"><B>doAppend(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia">NullAppender</A>
<DD>Does not do anything.
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#doCapitalize"><B>doCapitalize</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/DefaultLF5Configurator.html#doConfigure(java.net.URL, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(URL, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/DefaultLF5Configurator.html" title="class in org.apache.log4j.lf5">DefaultLF5Configurator</A>
<DD>This is a dummy method that will throw an
 <code>IllegalStateException</code> if used.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#doConfigure(java.lang.String, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(String, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Read configuration from a file.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#doConfigure(java.util.Properties, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(Properties, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Read configuration options from <code>properties</code>.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#doConfigure(java.net.URL, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(URL, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Read configuration options from url <code>configURL</code>.
<DT><A HREF="./org/apache/log4j/spi/Configurator.html#doConfigure(java.net.URL, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(URL, LoggerRepository)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Configurator.html" title="interface in org.apache.log4j.spi">Configurator</A>
<DD>Interpret a resource pointed by a URL and set up log4j accordingly.
<DT><A HREF="./org/apache/log4j/varia/ReloadingPropertyConfigurator.html#doConfigure(java.net.URL, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(URL, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/ReloadingPropertyConfigurator.html" title="class in org.apache.log4j.varia">ReloadingPropertyConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#doConfigure(java.lang.String, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(String, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#doConfigure(java.net.URL, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(URL, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#doConfigure(java.io.InputStream, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(InputStream, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Configure log4j by reading in a log4j.dtd compliant XML
     configuration file.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#doConfigure(java.io.Reader, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(Reader, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Configure log4j by reading in a log4j.dtd compliant XML
     configuration file.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#doConfigure(org.xml.sax.InputSource, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(InputSource, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Configure log4j by reading in a log4j.dtd compliant XML
     configuration file.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#doConfigure(org.w3c.dom.Element, org.apache.log4j.spi.LoggerRepository)"><B>doConfigure(Element, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Configure by taking in an DOM element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml"><B>DOMConfigurator</B></A> - Class in <A HREF="./org/apache/log4j/xml/package-summary.html">org.apache.log4j.xml</A><DD>Use this class to initialize the log4j environment using a DOM tree.<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#DOMConfigurator()"><B>DOMConfigurator()</B></A> - 
Constructor for class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>No argument constructor.
<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html#doOnChange()"><B>doOnChange()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers">FileWatchdog</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/DefaultThrowableRenderer.html#doRender(java.lang.Throwable)"><B>doRender(Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/DefaultThrowableRenderer.html" title="class in org.apache.log4j">DefaultThrowableRenderer</A>
<DD>Render Throwable.
<DT><A HREF="./org/apache/log4j/EnhancedThrowableRenderer.html#doRender(java.lang.Throwable)"><B>doRender(Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedThrowableRenderer.html" title="class in org.apache.log4j">EnhancedThrowableRenderer</A>
<DD>Render Throwable.
<DT><A HREF="./org/apache/log4j/or/jms/MessageRenderer.html#doRender(java.lang.Object)"><B>doRender(Object)</B></A> - 
Method in class org.apache.log4j.or.jms.<A HREF="./org/apache/log4j/or/jms/MessageRenderer.html" title="class in org.apache.log4j.or.jms">MessageRenderer</A>
<DD>Render a <CODE>javax.jms.Message</CODE>.
<DT><A HREF="./org/apache/log4j/or/ObjectRenderer.html#doRender(java.lang.Object)"><B>doRender(Object)</B></A> - 
Method in interface org.apache.log4j.or.<A HREF="./org/apache/log4j/or/ObjectRenderer.html" title="interface in org.apache.log4j.or">ObjectRenderer</A>
<DD>Render the object passed as parameter as a String.
<DT><A HREF="./org/apache/log4j/or/sax/AttributesRenderer.html#doRender(java.lang.Object)"><B>doRender(Object)</B></A> - 
Method in class org.apache.log4j.or.sax.<A HREF="./org/apache/log4j/or/sax/AttributesRenderer.html" title="class in org.apache.log4j.or.sax">AttributesRenderer</A>
<DD>Render a <CODE>Attributes</CODE>.
<DT><A HREF="./org/apache/log4j/or/ThreadGroupRenderer.html#doRender(java.lang.Object)"><B>doRender(Object)</B></A> - 
Method in class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/ThreadGroupRenderer.html" title="class in org.apache.log4j.or">ThreadGroupRenderer</A>
<DD>Render a <CODE>ThreadGroup</CODE> object similar to the way that the
     <CODE>ThreadGroup.list()</CODE> method output information.
<DT><A HREF="./org/apache/log4j/spi/ThrowableRenderer.html#doRender(java.lang.Throwable)"><B>doRender(Throwable)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ThrowableRenderer.html" title="interface in org.apache.log4j.spi">ThrowableRenderer</A>
<DD>Render Throwable.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/Hierarchy.html#emitNoAppenderWarning(org.apache.log4j.Category)"><B>emitNoAppenderWarning(Category)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#emitNoAppenderWarning(org.apache.log4j.Category)"><B>emitNoAppenderWarning(Category)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#emitNoAppenderWarning(org.apache.log4j.Category)"><B>emitNoAppenderWarning(Category)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/WriterAppender.html#encoding"><B>encoding</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>The encoding to use when writing.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#encompasses(org.apache.log4j.lf5.LogLevel)"><B>encompasses(LogLevel)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>Returns true if the level supplied is encompassed by this level.
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j"><B>EnhancedPatternLayout</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>This class is an enhanced version of org.apache.log4j.PatternLayout
 which was originally developed as part of the abandoned log4j 1.3
 effort and has been available in the extras companion.<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#EnhancedPatternLayout()"><B>EnhancedPatternLayout()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Constructs a EnhancedPatternLayout using the DEFAULT_LAYOUT_PATTERN.
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#EnhancedPatternLayout(java.lang.String)"><B>EnhancedPatternLayout(String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Constructs a EnhancedPatternLayout using the supplied conversion pattern.
<DT><A HREF="./org/apache/log4j/EnhancedThrowableRenderer.html" title="class in org.apache.log4j"><B>EnhancedThrowableRenderer</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Enhanced implementation of ThrowableRenderer.<DT><A HREF="./org/apache/log4j/EnhancedThrowableRenderer.html#EnhancedThrowableRenderer()"><B>EnhancedThrowableRenderer()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedThrowableRenderer.html" title="class in org.apache.log4j">EnhancedThrowableRenderer</A>
<DD>Construct new instance.
<DT><A HREF="./org/apache/log4j/LogXF.html#entering(org.apache.log4j.Logger, java.lang.String, java.lang.String)"><B>entering(Logger, String, String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Log an entering message at DEBUG level.
<DT><A HREF="./org/apache/log4j/LogXF.html#entering(org.apache.log4j.Logger, java.lang.String, java.lang.String, java.lang.String)"><B>entering(Logger, String, String, String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Log an entering message with a parameter at DEBUG level.
<DT><A HREF="./org/apache/log4j/LogXF.html#entering(org.apache.log4j.Logger, java.lang.String, java.lang.String, java.lang.Object)"><B>entering(Logger, String, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Log an entering message with a parameter at DEBUG level.
<DT><A HREF="./org/apache/log4j/LogXF.html#entering(org.apache.log4j.Logger, java.lang.String, java.lang.String, java.lang.Object[])"><B>entering(Logger, String, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Log an entering message with an array of parameters at DEBUG level.
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#equals(org.apache.log4j.lf5.LF5Appender)"><B>equals(LF5Appender)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>The equals method compares two LF5Appenders and determines whether
 they are equal.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Priority.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>Two priorities are equal if their level fields are equal.
<DT><A HREF="./org/apache/log4j/Category.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.
<DT><A HREF="./org/apache/log4j/Category.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <code>ERROR</code> level including
   the stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#error(java.lang.String)"><B>error(String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>This method is used to output log4j internal error
     statements.
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#error(java.lang.String, java.lang.Throwable)"><B>error(String, Throwable)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>This method is used to output log4j internal error
     statements.
<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html#error(java.lang.String, java.lang.Exception, int)"><B>error(String, Exception, int)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers">OnlyOnceErrorHandler</A>
<DD>Prints the message and the stack trace of the exception on
     <code>System.err</code>.
<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html#error(java.lang.String, java.lang.Exception, int, org.apache.log4j.spi.LoggingEvent)"><B>error(String, Exception, int, LoggingEvent)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers">OnlyOnceErrorHandler</A>
<DD>Prints the message and the stack trace of the exception on
     <code>System.err</code>.
<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html#error(java.lang.String)"><B>error(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers">OnlyOnceErrorHandler</A>
<DD>Print a the error message passed as parameter on
     <code>System.err</code>.
<DT><A HREF="./org/apache/log4j/Level.html#ERROR"><B>ERROR</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>The <code>ERROR</code> level designates error events that
     might still allow the application to continue running.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#ERROR"><B>ERROR</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/LogMF.html#error(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>error(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at error level.
<DT><A HREF="./org/apache/log4j/LogMF.html#error(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>error(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at error level.
<DT><A HREF="./org/apache/log4j/LogSF.html#error(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>error(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at error level.
<DT><A HREF="./org/apache/log4j/LogSF.html#error(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>error(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at error level.
<DT><A HREF="./org/apache/log4j/Priority.html#ERROR"><B>ERROR</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/log4j/Level.html#ERROR"><CODE>Level.ERROR</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/spi/ErrorHandler.html#error(java.lang.String, java.lang.Exception, int)"><B>error(String, Exception, int)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi">ErrorHandler</A>
<DD>Equivalent to the <A HREF="./org/apache/log4j/spi/ErrorHandler.html#error(java.lang.String, java.lang.Exception, int, org.apache.log4j.spi.LoggingEvent)"><CODE>ErrorHandler.error(String, Exception, int,
     LoggingEvent event)</CODE></A> with the the event parameteter set to
     <code>null</code>.
<DT><A HREF="./org/apache/log4j/spi/ErrorHandler.html#error(java.lang.String)"><B>error(String)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi">ErrorHandler</A>
<DD>This method is normally used to just print the error message
     passed as a parameter.
<DT><A HREF="./org/apache/log4j/spi/ErrorHandler.html#error(java.lang.String, java.lang.Exception, int, org.apache.log4j.spi.LoggingEvent)"><B>error(String, Exception, int, LoggingEvent)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi">ErrorHandler</A>
<DD>This method is invoked to handle the error.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#ERROR"><CODE>ERROR</CODE></A> Level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <code>ERROR</code> level including
   the stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html#error(java.lang.String, java.lang.Exception, int)"><B>error(String, Exception, int)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia">FallbackErrorHandler</A>
<DD>Prints the message and the stack trace of the exception on
     <code>System.err</code>.
<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html#error(java.lang.String, java.lang.Exception, int, org.apache.log4j.spi.LoggingEvent)"><B>error(String, Exception, int, LoggingEvent)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia">FallbackErrorHandler</A>
<DD>Prints the message and the stack trace of the exception on
     <code>System.err</code>.
<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html#error(java.lang.String)"><B>error(String)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia">FallbackErrorHandler</A>
<DD>Print a the error message passed as parameter on
     <code>System.err</code>.
<DT><A HREF="./org/apache/log4j/xml/SAXErrorHandler.html#error(org.xml.sax.SAXParseException)"><B>error(SAXParseException)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/SAXErrorHandler.html" title="class in org.apache.log4j.xml">SAXErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Priority.html#ERROR_INT"><B>ERROR_INT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi"><B>ErrorCode</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>This interface defines commonly encoutered error codes.<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#errorHandler"><B>errorHandler</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>It is assumed and enforced that errorHandler is never null.
<DT><A HREF="./org/apache/log4j/helpers/QuietWriter.html#errorHandler"><B>errorHandler</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/QuietWriter.html" title="class in org.apache.log4j.helpers">QuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi"><B>ErrorHandler</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Appenders may delegate their error handling to
   <code>ErrorHandlers</code>.<DT><A HREF="./org/apache/log4j/helpers/Transform.html#escapeTags(java.lang.String)"><B>escapeTags(String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/Transform.html" title="class in org.apache.log4j.helpers">Transform</A>
<DD>This method takes a string which may contain HTML tags (ie,
 &lt;b&gt;, &lt;table&gt;, etc) and replaces any
 '<',  '>' , '&' or '"'
 characters with respective predefined entity references.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#evaluator"><B>evaluator</B></A> - 
Variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#execute(java.lang.String)"><B>execute(String)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Override this to provide an alertnate method of getting
 connections (such as caching).
<DT><A HREF="./org/apache/log4j/Category.html#exists(java.lang.String)"><B>exists(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/LogManager.html#exists(java.lang.String)"><CODE>LogManager.exists(java.lang.String)</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/Hierarchy.html#exists(java.lang.String)"><B>exists(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Check if the named logger exists in the hierarchy.
<DT><A HREF="./org/apache/log4j/LogManager.html#exists(java.lang.String)"><B>exists(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#exists(java.lang.String)"><B>exists(String)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#exists(java.lang.String)"><B>exists(String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/LogXF.html#exiting(org.apache.log4j.Logger, java.lang.String, java.lang.String)"><B>exiting(Logger, String, String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Log an exiting message at DEBUG level.
<DT><A HREF="./org/apache/log4j/LogXF.html#exiting(org.apache.log4j.Logger, java.lang.String, java.lang.String, java.lang.String)"><B>exiting(Logger, String, String, String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Log an exiting message with result at DEBUG level.
<DT><A HREF="./org/apache/log4j/LogXF.html#exiting(org.apache.log4j.Logger, java.lang.String, java.lang.String, java.lang.Object)"><B>exiting(Logger, String, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Log an exiting message with result at DEBUG level.
<DT><A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html" title="class in org.apache.log4j.varia"><B>ExternallyRolledFileAppender</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>This appender listens on a socket on the port specified by the
   <b>Port</b> property for a "RollOver" message.<DT><A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html#ExternallyRolledFileAppender()"><B>ExternallyRolledFileAppender()</B></A> - 
Constructor for class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html" title="class in org.apache.log4j.varia">ExternallyRolledFileAppender</A>
<DD>The default constructor does nothing but calls its super-class
     constructor.
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#extractOption()"><B>extractOption()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#extractPrecisionOption()"><B>extractPrecisionOption()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>The option is expected to be in decimal and positive.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#FACILITY_OI"><B>FACILITY_OI</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia"><B>FallbackErrorHandler</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>The <code>FallbackErrorHandler</code> implements the ErrorHandler
 interface such that a secondary appender may be specified.<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html#FallbackErrorHandler()"><B>FallbackErrorHandler()</B></A> - 
Constructor for class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia">FallbackErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.
<DT><A HREF="./org/apache/log4j/Category.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <code>FATAL</code> level including
   the stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/Level.html#FATAL"><B>FATAL</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>The <code>FATAL</code> level designates very severe error
     events that will presumably lead the application to abort.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#FATAL"><B>FATAL</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/LogMF.html#fatal(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>fatal(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at fatal level.
<DT><A HREF="./org/apache/log4j/LogMF.html#fatal(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>fatal(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at fatal level.
<DT><A HREF="./org/apache/log4j/LogSF.html#fatal(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>fatal(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at fatal level.
<DT><A HREF="./org/apache/log4j/LogSF.html#fatal(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>fatal(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at fatal level.
<DT><A HREF="./org/apache/log4j/Priority.html#FATAL"><B>FATAL</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/log4j/Level.html#FATAL"><CODE>Level.FATAL</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#FATAL"><CODE>FATAL</CODE></A> Level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <code>FATAL</code> level including
   the stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/Priority.html#FATAL_INT"><B>FATAL_INT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/SAXErrorHandler.html#fatalError(org.xml.sax.SAXParseException)"><B>fatalError(SAXParseException)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/SAXErrorHandler.html" title="class in org.apache.log4j.xml">SAXErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/ErrorCode.html#FILE_OPEN_FAILURE"><B>FILE_OPEN_FAILURE</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi">ErrorCode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/FileAppender.html#fileAppend"><B>fileAppend</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Controls file truncatation.
<DT><A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j"><B>FileAppender</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>FileAppender appends log events to a file.<DT><A HREF="./org/apache/log4j/FileAppender.html#FileAppender()"><B>FileAppender()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>The default constructor does not do anything.
<DT><A HREF="./org/apache/log4j/FileAppender.html#FileAppender(org.apache.log4j.Layout, java.lang.String, boolean, boolean, int)"><B>FileAppender(Layout, String, boolean, boolean, int)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Instantiate a <code>FileAppender</code> and open the file
    designated by <code>filename</code>.
<DT><A HREF="./org/apache/log4j/FileAppender.html#FileAppender(org.apache.log4j.Layout, java.lang.String, boolean)"><B>FileAppender(Layout, String, boolean)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Instantiate a FileAppender and open the file designated by
    <code>filename</code>.
<DT><A HREF="./org/apache/log4j/FileAppender.html#FileAppender(org.apache.log4j.Layout, java.lang.String)"><B>FileAppender(Layout, String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Instantiate a FileAppender and open the file designated by
    <code>filename</code>.
<DT><A HREF="./org/apache/log4j/FileAppender.html#fileName"><B>fileName</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>The name of the log file.
<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html#filename"><B>filename</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers">FileWatchdog</A>
<DD>The name of the file to observe  for changes.
<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers"><B>FileWatchdog</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Check every now and then that a certain file has not changed.<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html#FileWatchdog(java.lang.String)"><B>FileWatchdog(String)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers">FileWatchdog</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi"><B>Filter</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Users should extend this class to implement customized logging
   event filtering.<DT><A HREF="./org/apache/log4j/spi/Filter.html#Filter()"><B>Filter()</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#finalize()"><B>finalize()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Finalize this appender by calling the derived class'
     <code>close</code> method.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#finalize()"><B>finalize()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>closes the appender before disposal
<DT><A HREF="./org/apache/log4j/lf5/AppenderFinalizer.html#finalize()"><B>finalize()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/AppenderFinalizer.html" title="class in org.apache.log4j.lf5">AppenderFinalizer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html#finalize()"><B>finalize()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html" title="class in org.apache.log4j.net">TelnetAppender.SocketHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#finalize()"><B>finalize()</B></A> - 
Method in class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#finalizeConverter(char)"><B>finalizeConverter(char)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/or/RendererMap.html#findAndRender(java.lang.Object)"><B>findAndRender(Object)</B></A> - 
Method in class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or">RendererMap</A>
<DD>Find the appropriate renderer for the class type of the
     <code>o</code> parameter.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#findAndSubst(java.lang.String, java.util.Properties)"><B>findAndSubst(String, Properties)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>Find the value corresponding to <code>key</code> in
     <code>props</code>.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#findAppenderByName(org.w3c.dom.Document, java.lang.String)"><B>findAppenderByName(Document, String)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse appenders by IDREF name.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#findAppenderByReference(org.w3c.dom.Element)"><B>findAppenderByReference(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse appenders by IDREF element.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#FINE"><B>FINE</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#FINER"><B>FINER</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#FINEST"><B>FINEST</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Hierarchy.html#fireAddAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)"><B>fireAddAppenderEvent(Category, Appender)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#fireAddAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)"><B>fireAddAppenderEvent(Category, Appender)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#fireAddAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)"><B>fireAddAppenderEvent(Category, Appender)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/helpers/QuietWriter.html#flush()"><B>flush()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/QuietWriter.html" title="class in org.apache.log4j.helpers">QuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/SyslogWriter.html#flush()"><B>flush()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogWriter.html" title="class in org.apache.log4j.helpers">SyslogWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/ErrorCode.html#FLUSH_FAILURE"><B>FLUSH_FAILURE</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi">ErrorCode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#flushBuffer()"><B>flushBuffer()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>loops through the buffer of LoggingEvents, gets a
 sql string from getLogStatement() and sends it to execute().
<DT><A HREF="./org/apache/log4j/Category.html#forcedLog(java.lang.String, org.apache.log4j.Priority, java.lang.Object, java.lang.Throwable)"><B>forcedLog(String, Priority, Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>This method creates a new logging event and logs the event
     without further checks.
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#format(org.apache.log4j.spi.LoggingEvent)"><B>format(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Formats a logging event to a writer.
<DT><A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html#format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Date, StringBuffer, FieldPosition)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers">AbsoluteTimeDateFormat</A>
<DD>Appends to <code>sbuf</code> the time in the format
     "HH:mm:ss,SSS" for example, "15:49:37,459"
<DT><A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html#format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Date, StringBuffer, FieldPosition)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html" title="class in org.apache.log4j.helpers">DateTimeDateFormat</A>
<DD>Appends to <code>sbuf</code> the date in the format "dd MMM yyyy
     HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459".
<DT><A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html#format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Date, StringBuffer, FieldPosition)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html" title="class in org.apache.log4j.helpers">ISO8601DateFormat</A>
<DD>Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS"
     to <code>sbuf</code>.
<DT><A HREF="./org/apache/log4j/helpers/PatternConverter.html#format(java.lang.StringBuffer, org.apache.log4j.spi.LoggingEvent)"><B>format(StringBuffer, LoggingEvent)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A>
<DD>A template method for formatting in a converter specific way.
<DT><A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html#format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Date, StringBuffer, FieldPosition)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html" title="class in org.apache.log4j.helpers">RelativeTimeDateFormat</A>
<DD>Appends to <code>sbuf</code> the number of milliseconds elapsed
     since the start of the application.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#format(org.apache.log4j.spi.LoggingEvent)"><B>format(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Layout.html#format(org.apache.log4j.spi.LoggingEvent)"><B>format(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j">Layout</A>
<DD>Implement this method to create your own layout format.
<DT><A HREF="./org/apache/log4j/PatternLayout.html#format(org.apache.log4j.spi.LoggingEvent)"><B>format(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>Produces a formatted string as specified by the conversion pattern.
<DT><A HREF="./org/apache/log4j/SimpleLayout.html#format(org.apache.log4j.spi.LoggingEvent)"><B>format(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/SimpleLayout.html" title="class in org.apache.log4j">SimpleLayout</A>
<DD>Returns the log statement in a format consisting of the
     <code>level</code>, followed by " - " and then the
     <code>message</code>.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#format(org.apache.log4j.spi.LoggingEvent)"><B>format(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>In addition to the level of the statement and message, the
   returned byte array includes time, thread, category and <A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j"><CODE>NDC</CODE></A>
   information.
<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html#format(org.apache.log4j.spi.LoggingEvent)"><B>format(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml">XMLLayout</A>
<DD>Formats a <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvent</CODE></A> in conformance with the log4j.dtd.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#formatBody()"><B>formatBody()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Layout body of email message.
<DT><A HREF="./org/apache/log4j/helpers/FormattingInfo.html" title="class in org.apache.log4j.helpers"><B>FormattingInfo</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>FormattingInfo instances contain the information obtained when parsing
   formatting modifiers in conversion modifiers.<DT><A HREF="./org/apache/log4j/helpers/FormattingInfo.html#FormattingInfo()"><B>FormattingInfo()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FormattingInfo.html" title="class in org.apache.log4j.helpers">FormattingInfo</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#formattingInfo"><B>formattingInfo</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.PropertyCallback.html#foundProperty(java.lang.Object, java.lang.String, java.lang.String, java.lang.Object)"><B>foundProperty(Object, String, String, Object)</B></A> - 
Method in interface org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyGetter.PropertyCallback.html" title="interface in org.apache.log4j.config">PropertyGetter.PropertyCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#foundProperty(java.lang.Object, java.lang.String, java.lang.String, java.lang.Object)"><B>foundProperty(Object, String, String, Object)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#fqnOfCategoryClass"><B>fqnOfCategoryClass</B></A> - 
Variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Fully qualified name of the calling category class.
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#fullInfo"><B>fullInfo</B></A> - 
Variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>All available caller information, in the format
     <code>fully.qualified.classname.of.caller.methodName(Filename.java:line)</code>
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#genAppName()"><B>genAppName()</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/ErrorCode.html#GENERIC_FAILURE"><B>GENERIC_FAILURE</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi">ErrorCode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#get()"><B>get()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Get the first element in the buffer.
<DT><A HREF="./org/apache/log4j/helpers/CyclicBuffer.html#get(int)"><B>get(int)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CyclicBuffer.html" title="class in org.apache.log4j.helpers">CyclicBuffer</A>
<DD>Get the <i>i</i>th oldest event currently in the buffer.
<DT><A HREF="./org/apache/log4j/helpers/CyclicBuffer.html#get()"><B>get()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CyclicBuffer.html" title="class in org.apache.log4j.helpers">CyclicBuffer</A>
<DD>Get the oldest (first) element in the buffer.
<DT><A HREF="./org/apache/log4j/MDC.html#get(java.lang.String)"><B>get(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/MDC.html" title="class in org.apache.log4j">MDC</A>
<DD>Get the context identified by the <code>key</code> parameter.
<DT><A HREF="./org/apache/log4j/NDC.html#get()"><B>get()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD><font color="#FF4040"><b>Never use this method directly, use the <A HREF="./org/apache/log4j/spi/LoggingEvent.html#getNDC()"><CODE>LoggingEvent.getNDC()</CODE></A> method instead</b></font>.
<DT><A HREF="./org/apache/log4j/or/RendererMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
Method in class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or">RendererMap</A>
<DD>Syntactic sugar method that calls <A HREF="./org/apache/log4j/or/RendererMap.html#get(java.lang.Class)"><CODE>RendererMap.get(Class)</CODE></A> with the
     class of the object parameter.
<DT><A HREF="./org/apache/log4j/or/RendererMap.html#get(java.lang.Class)"><B>get(Class)</B></A> - 
Method in class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or">RendererMap</A>
<DD>Search the parents of <code>clazz</code> for a renderer.
<DT><A HREF="./org/apache/log4j/varia/LevelMatchFilter.html#getAcceptOnMatch()"><B>getAcceptOnMatch()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelMatchFilter.html" title="class in org.apache.log4j.varia">LevelMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html#getAcceptOnMatch()"><B>getAcceptOnMatch()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia">LevelRangeFilter</A>
<DD>Get the value of the <code>AcceptOnMatch</code> option.
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#getAcceptOnMatch()"><B>getAcceptOnMatch()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html#getAdditivity()"><B>getAdditivity()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Get the additivity flag for this Category instance.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#getAllAppenders()"><B>getAllAppenders()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Get iterator over attached appenders.
<DT><A HREF="./org/apache/log4j/Category.html#getAllAppenders()"><B>getAllAppenders()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Get the appenders contained in this category as an <CODE>Enumeration</CODE>.
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#getAllAppenders()"><B>getAllAppenders()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Get all attached appenders as an Enumeration.
<DT><A HREF="./org/apache/log4j/spi/AppenderAttachable.html#getAllAppenders()"><B>getAllAppenders()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi">AppenderAttachable</A>
<DD>Get all previously added appenders as an Enumeration.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#getAllAppenders()"><B>getAllAppenders()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Get the appenders contained in this category as an <CODE>Enumeration</CODE>.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#getAllDefaultLevels()"><B>getAllDefaultLevels()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Priority.html#getAllPossiblePriorities()"><B>getAllPossiblePriorities()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>This method will be removed with no replacement.</I>
<DT><A HREF="./org/apache/log4j/FileAppender.html#getAppend()"><B>getAppend()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Returns the value of the <b>Append</b> option.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#getAppender(java.lang.String)"><B>getAppender(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Get appender by name.
<DT><A HREF="./org/apache/log4j/Category.html#getAppender(java.lang.String)"><B>getAppender(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Look for the appender named as <code>name</code>.
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#getAppender(java.lang.String)"><B>getAppender(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Look for an attached appender named as <code>name</code>.
<DT><A HREF="./org/apache/log4j/spi/AppenderAttachable.html#getAppender(java.lang.String)"><B>getAppender(String)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi">AppenderAttachable</A>
<DD>Get an appender by name.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#getAppender(java.lang.String)"><B>getAppender(String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Look for the appender named as <code>name</code>.
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#getAppenderName(org.apache.log4j.Appender)"><B>getAppenderName(Appender)</B></A> - 
Static method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>Get MBean name.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#getApplication()"><B>getApplication()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Returns value of the <b>Application</b> option.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#getApplication()"><B>getApplication()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Returns value of the <b>Application</b> option.
<DT><A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html" title="class in org.apache.log4j.jmx">AppenderDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html" title="class in org.apache.log4j.jmx">LayoutDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx">LoggerDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#getAttributes(java.lang.String[])"><B>getAttributes(String[])</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>Enables the to get the values of several attributes of the Dynamic MBean.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getBcc()"><B>getBcc()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get the bcc recipient addresses.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#getBlocking()"><B>getBlocking()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Gets whether appender should block calling thread when buffer is full.
<DT><A HREF="./org/apache/log4j/FileAppender.html#getBufferedIO()"><B>getBufferedIO()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Get the value of the <b>BufferedIO</b> option.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Gets the current buffer size.
<DT><A HREF="./org/apache/log4j/FileAppender.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Get the size of the IO buffer.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Returns value of the <b>BufferSize</b> option.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#getBufferSize()"><B>getBufferSize()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Returns value of the <b>bufferSize</b> option.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getCategory()"><B>getCategory()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the category asscociated with this LogRecord.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#getCategoryPrefixing()"><B>getCategoryPrefixing()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>Returns value of the <b>CategoryPrefixing</b> option.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getCc()"><B>getCc()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get the cc recipient addresses.
<DT><A HREF="./org/apache/log4j/spi/RootCategory.html#getChainedLevel()"><B>getChainedLevel()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RootCategory.html" title="class in org.apache.log4j.spi">RootCategory</A>
<DD><B>Deprecated.</B>&nbsp;Return the assigned level value without walking the category
     hierarchy.
<DT><A HREF="./org/apache/log4j/spi/RootLogger.html#getChainedLevel()"><B>getChainedLevel()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RootLogger.html" title="class in org.apache.log4j.spi">RootLogger</A>
<DD>Return the assigned level value without walking the logger
     hierarchy.
<DT><A HREF="./org/apache/log4j/Category.html#getChainedPriority()"><B>getChainedPriority()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use the the <A HREF="./org/apache/log4j/Category.html#getEffectiveLevel()"><CODE>Category.getEffectiveLevel()</CODE></A> method
 instead.</I>
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#getChainedPriority()"><B>getChainedPriority()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#getClassName()"><B>getClassName()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>Return the fully qualified class name of the caller making the
       logging request.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#getConnection()"><B>getConnection()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Override this to link with your connection pooling system.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#getContentType()"><B>getContentType()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>Returns the content type output by this layout, i.e "text/html".
<DT><A HREF="./org/apache/log4j/Layout.html#getContentType()"><B>getContentType()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j">Layout</A>
<DD>Returns the content type output by this layout.
<DT><A HREF="./org/apache/log4j/MDC.html#getContext()"><B>getContext()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/MDC.html" title="class in org.apache.log4j">MDC</A>
<DD>Get the current thread's MDC as a hashtable.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#getContextPrinting()"><B>getContextPrinting()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>Returns value of the <b>ContextPrinting</b> option.
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#getConversionPattern()"><B>getConversionPattern()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Returns the value of the <b>ConversionPattern</b> option.
<DT><A HREF="./org/apache/log4j/PatternLayout.html#getConversionPattern()"><B>getConversionPattern()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>Returns the value of the <b>ConversionPattern</b> option.
<DT><A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html#getCount()"><B>getCount()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html" title="class in org.apache.log4j.helpers">CountingQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html#getCurrentCategories()"><B>getCurrentCategories()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/LogManager.html#getCurrentLoggers()"><CODE>LogManager.getCurrentLoggers()</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/Hierarchy.html#getCurrentCategories()"><B>getCurrentCategories()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/Hierarchy.html#getCurrentLoggers()"><CODE>Hierarchy.getCurrentLoggers()</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#getCurrentCategories()"><B>getCurrentCategories()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>Deprecated.
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#getCurrentCategories()"><B>getCurrentCategories()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>Deprecated.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#getCurrentLoggers()"><B>getCurrentLoggers()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Returns all the currently defined categories in this hierarchy as
     an <CODE>Enumeration</CODE>.
<DT><A HREF="./org/apache/log4j/LogManager.html#getCurrentLoggers()"><B>getCurrentLoggers()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#getCurrentLoggers()"><B>getCurrentLoggers()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#getCurrentLoggers()"><B>getCurrentLoggers()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#getDateFormat()"><B>getDateFormat()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>Returns value of the <b>DateFormat</b> option.
<DT><A HREF="./org/apache/log4j/DailyRollingFileAppender.html#getDatePattern()"><B>getDatePattern()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/DailyRollingFileAppender.html" title="class in org.apache.log4j">DailyRollingFileAppender</A>
<DD>Returns the value of the <b>DatePattern</b> option.
<DT><A HREF="./org/apache/log4j/Category.html#getDefaultHierarchy()"><B>getDefaultHierarchy()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/LogManager.html#getLoggerRepository()"><CODE>LogManager.getLoggerRepository()</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#getDefaultInstance()"><B>getDefaultInstance()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#getDefaultMonitorHeight()"><B>getDefaultMonitorHeight()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#getDefaultMonitorWidth()"><B>getDefaultMonitorWidth()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/or/RendererMap.html#getDefaultRenderer()"><B>getDefaultRenderer()</B></A> - 
Method in class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or">RendererMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/NDC.html#getDepth()"><B>getDepth()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Get the current nesting depth of this diagnostic context.
<DT><A HREF="./org/apache/log4j/Category.html#getEffectiveLevel()"><B>getEffectiveLevel()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Starting from this category, search the category hierarchy for a
     non-null level and return it.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#getEffectiveLevel()"><B>getEffectiveLevel()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Starting from this category, search the category hierarchy for a
     non-null level and return it.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Appender.html#getErrorHandler()"><B>getErrorHandler()</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Returns the <A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi"><CODE>ErrorHandler</CODE></A> for this appender.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#getErrorHandler()"><B>getErrorHandler()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Return the currently set <A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi"><CODE>ErrorHandler</CODE></A> for this
      Appender.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getEvaluator()"><B>getEvaluator()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get triggering evaluator.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getEvaluatorClass()"><B>getEvaluatorClass()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Returns value of the <b>EvaluatorClass</b> option.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#getFacility(java.lang.String)"><B>getFacility(String)</B></A> - 
Static method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Returns the integer value corresponding to the named syslog
     facility, or -1 if it couldn't be recognized.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#getFacility()"><B>getFacility()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Returns the value of the <b>Facility</b> option.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#getFacilityPrinting()"><B>getFacilityPrinting()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Returns the value of the <b>FacilityPrinting</b> option.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#getFacilityString(int)"><B>getFacilityString(int)</B></A> - 
Static method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Returns the specified syslog facility as a lower-case String,
     e.g.
<DT><A HREF="./org/apache/log4j/FileAppender.html#getFile()"><B>getFile()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Returns the value of the <b>File</b> option.
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#getFileName()"><B>getFileName()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>Return the file name of the caller.
<DT><A HREF="./org/apache/log4j/Appender.html#getFilter()"><B>getFilter()</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Returns the head Filter.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#getFilter()"><B>getFilter()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Returns the head Filter.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#getFirstFilter()"><B>getFirstFilter()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Return the first filter in the filter chain for this
      Appender.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#getFollow()"><B>getFollow()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Gets whether the appender honors reassignments of System.out
  or System.err made after configuration.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#getFooter()"><B>getFooter()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>Returns the appropriate HTML footers.
<DT><A HREF="./org/apache/log4j/Layout.html#getFooter()"><B>getFooter()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j">Layout</A>
<DD>Returns the footer for the layout format.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getFQNOfLoggerClass()"><B>getFQNOfLoggerClass()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Get the fully qualified name of the calling logger sub-class/wrapper.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getFrom()"><B>getFrom()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Returns value of the <b>From</b> option.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#getHeader()"><B>getHeader()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>Returns appropriate HTML headers.
<DT><A HREF="./org/apache/log4j/Layout.html#getHeader()"><B>getHeader()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j">Layout</A>
<DD>Returns the header for the layout format.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#getHeader()"><B>getHeader()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>If true, the appender will generate the HEADER part (that is, timestamp and host name)
 of the syslog packet.
<DT><A HREF="./org/apache/log4j/Category.html#getHierarchy()"><B>getHierarchy()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/Category.html#getLoggerRepository()"><CODE>Category.getLoggerRepository()</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/WriterAppender.html#getImmediateFlush()"><B>getImmediateFlush()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Returns value of the <b>ImmediateFlush</b> option.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getInitialContextFactoryName()"><B>getInitialContextFactoryName()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Returns the value of the <b>InitialContextFactoryName</b> option.
<DT><A HREF="./org/apache/log4j/Category.html#getInstance(java.lang.String)"><B>getInstance(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Make sure to use <A HREF="./org/apache/log4j/Logger.html#getLogger(java.lang.String)"><CODE>Logger.getLogger(String)</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/Category.html#getInstance(java.lang.Class)"><B>getInstance(Class)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please make sure to use <A HREF="./org/apache/log4j/Logger.html#getLogger(java.lang.Class)"><CODE>Logger.getLogger(Class)</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/helpers/NullEnumeration.html#getInstance()"><B>getInstance()</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/NullEnumeration.html" title="class in org.apache.log4j.helpers">NullEnumeration</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/NullAppender.html#getInstance()"><B>getInstance()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia">NullAppender</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use getNullAppender instead.  getInstance should have been static.</I>
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#getJdk14Levels()"><B>getJdk14Levels()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/ZeroConfSupport.html#getJMDNSInstance()"><B>getJMDNSInstance()</B></A> - 
Static method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/ZeroConfSupport.html" title="class in org.apache.log4j.net">ZeroConfSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#getLabel()"><B>getLabel()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>Return the Label of the LogLevel.
<DT><A HREF="./org/apache/log4j/Appender.html#getLayout()"><B>getLayout()</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Returns this appenders layout.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#getLayout()"><B>getLayout()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Returns the layout of this appender.
<DT><A HREF="./org/apache/log4j/Category.html#getLevel()"><B>getLevel()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Returns the assigned <A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j"><CODE>Level</CODE></A>, if any, for this Category.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getLevel()"><B>getLevel()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the level of this LogRecord.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getLevel()"><B>getLevel()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Return the level of this event.
<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html#getLevelMax()"><B>getLevelMax()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia">LevelRangeFilter</A>
<DD>Get the value of the <code>LevelMax</code> option.
<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html#getLevelMin()"><B>getLevelMin()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia">LevelRangeFilter</A>
<DD>Get the value of the <code>LevelMin</code> option.
<DT><A HREF="./org/apache/log4j/varia/LevelMatchFilter.html#getLevelToMatch()"><B>getLevelToMatch()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelMatchFilter.html" title="class in org.apache.log4j.varia">LevelMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#getLineNumber()"><B>getLineNumber()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>Returns the line number of the caller.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getLocation()"><B>getLocation()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the location in code where this LogRecord originated.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#getLocationInfo()"><B>getLocationInfo()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Gets whether the location of the logging request call
 should be captured.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#getLocationInfo()"><B>getLocationInfo()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>Returns the current value of the <b>LocationInfo</b> option.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#getLocationInfo()"><B>getLocationInfo()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Gets whether the location of the logging request call
 should be captured.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getLocationInfo()"><B>getLocationInfo()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Returns value of the <b>LocationInfo</b> property which
     determines whether location (stack) info is sent to the remote
     subscriber.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getLocationInfo()"><B>getLocationInfo()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Returns value of the <b>LocationInfo</b> option.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#getLocationInfo()"><B>getLocationInfo()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Returns value of the <b>LocationInfo</b> option.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#getLocationInfo()"><B>getLocationInfo()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Returns value of the <b>LocationInfo</b> option.
<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html#getLocationInfo()"><B>getLocationInfo()</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml">XMLLayout</A>
<DD>Returns the current value of the <b>LocationInfo</b> option.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getLocationInformation()"><B>getLocationInformation()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Set the location information for this logging event.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#getLog4JLevels()"><B>getLog4JLevels()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#getLogBrokerMonitor()"><B>getLogBrokerMonitor()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Hierarchy.html#getLogger(java.lang.String)"><B>getLogger(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Return a new logger instance named as the first parameter using
     the default factory.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#getLogger(java.lang.String, org.apache.log4j.spi.LoggerFactory)"><B>getLogger(String, LoggerFactory)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Return a new logger instance named as the first parameter using
     <code>factory</code>.
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#getLogger()"><B>getLogger()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html#getLogger()"><B>getLogger()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html" title="class in org.apache.log4j.jmx">AppenderDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#getLogger()"><B>getLogger()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html#getLogger()"><B>getLogger()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html" title="class in org.apache.log4j.jmx">LayoutDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html#getLogger()"><B>getLogger()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx">LoggerDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Logger.html#getLogger(java.lang.String)"><B>getLogger(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j">Logger</A>
<DD>Retrieve a logger named according to the value of the
 <code>name</code> parameter.
<DT><A HREF="./org/apache/log4j/Logger.html#getLogger(java.lang.Class)"><B>getLogger(Class)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j">Logger</A>
<DD>Shorthand for <code>getLogger(clazz.getName())</code>.
<DT><A HREF="./org/apache/log4j/Logger.html#getLogger(java.lang.String, org.apache.log4j.spi.LoggerFactory)"><B>getLogger(String, LoggerFactory)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j">Logger</A>
<DD>Like <A HREF="./org/apache/log4j/Logger.html#getLogger(java.lang.String)"><CODE>Logger.getLogger(String)</CODE></A> except that the type of logger
     instantiated depends on the type returned by the <A HREF="./org/apache/log4j/spi/LoggerFactory.html#makeNewLoggerInstance(java.lang.String)"><CODE>LoggerFactory.makeNewLoggerInstance(java.lang.String)</CODE></A> method of the
     <code>factory</code> parameter.
<DT><A HREF="./org/apache/log4j/LogManager.html#getLogger(java.lang.String)"><B>getLogger(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>Retrieve the appropriate <A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j"><CODE>Logger</CODE></A> instance.
<DT><A HREF="./org/apache/log4j/LogManager.html#getLogger(java.lang.Class)"><B>getLogger(Class)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>Retrieve the appropriate <A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j"><CODE>Logger</CODE></A> instance.
<DT><A HREF="./org/apache/log4j/LogManager.html#getLogger(java.lang.String, org.apache.log4j.spi.LoggerFactory)"><B>getLogger(String, LoggerFactory)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>Retrieve the appropriate <A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j"><CODE>Logger</CODE></A> instance.
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#getLogger(java.lang.String)"><B>getLogger(String)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#getLogger(java.lang.String, org.apache.log4j.spi.LoggerFactory)"><B>getLogger(String, LoggerFactory)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getLogger()"><B>getLogger()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Gets the logger of the event.
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#getLogger(java.lang.String)"><B>getLogger(String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#getLogger(java.lang.String, org.apache.log4j.spi.LoggerFactory)"><B>getLogger(String, LoggerFactory)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getLoggerName()"><B>getLoggerName()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Return the name of the logger.
<DT><A HREF="./org/apache/log4j/Category.html#getLoggerRepository()"><B>getLoggerRepository()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Return the the <A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi"><CODE>LoggerRepository</CODE></A> where this
     <code>Category</code> is attached.
<DT><A HREF="./org/apache/log4j/LogManager.html#getLoggerRepository()"><B>getLoggerRepository()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/DefaultRepositorySelector.html#getLoggerRepository()"><B>getLoggerRepository()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/DefaultRepositorySelector.html" title="class in org.apache.log4j.spi">DefaultRepositorySelector</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/RepositorySelector.html#getLoggerRepository()"><B>getLoggerRepository()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RepositorySelector.html" title="interface in org.apache.log4j.spi">RepositorySelector</A>
<DD>Returns a <A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi"><CODE>LoggerRepository</CODE></A> depending on the
     context.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#getLogLevelColorMap()"><B>getLogLevelColorMap()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#getLogStatement(org.apache.log4j.spi.LoggingEvent)"><B>getLogStatement(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>By default getLogStatement sends the event to the required Layout object.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#getMaxBackupIndex()"><B>getMaxBackupIndex()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>Returns the value of the <b>MaxBackupIndex</b> option.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#getMaximumFileSize()"><B>getMaximumFileSize()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>Get the maximum size that the output file is allowed to reach
    before being rolled over to backup files.
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#getMaxSize()"><B>getMaxSize()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Get the maximum size of the buffer.
<DT><A HREF="./org/apache/log4j/helpers/CyclicBuffer.html#getMaxSize()"><B>getMaxSize()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CyclicBuffer.html" title="class in org.apache.log4j.helpers">CyclicBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html#getMBeanInfo()"><B>getMBeanInfo()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html" title="class in org.apache.log4j.jmx">AppenderDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#getMBeanInfo()"><B>getMBeanInfo()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html#getMBeanInfo()"><B>getMBeanInfo()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html" title="class in org.apache.log4j.jmx">LayoutDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html#getMBeanInfo()"><B>getMBeanInfo()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx">LoggerDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getMDC(java.lang.String)"><B>getMDC(String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Returns the the context corresponding to the <code>key</code>
      parameter.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getMDCCopy()"><B>getMDCCopy()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Obtain a copy of this thread's MDC prior to serialization or
     asynchronous logging.
<DT><A HREF="./org/apache/log4j/config/PropertySetterException.html#getMessage()"><B>getMessage()</B></A> - 
Method in exception org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetterException.html" title="class in org.apache.log4j.config">PropertySetterException</A>
<DD>Returns descriptive text on the cause of this exception.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getMessage()"><B>getMessage()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the message asscociated with this LogRecord.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getMessage()"><B>getMessage()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Return the message for this logging event.
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#getMethodName()"><B>getMethodName()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>Returns the method name of the caller.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getMillis()"><B>getMillis()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the event time of this record in milliseconds from 1970.
<DT><A HREF="./org/apache/log4j/Appender.html#getName()"><B>getName()</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Get the name of this appender.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#getName()"><B>getName()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Returns the name of this appender.
<DT><A HREF="./org/apache/log4j/Category.html#getName()"><B>getName()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Return the category name.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getNDC()"><B>getNDC()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the NDC (nested diagnostic context) for this record.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getNDC()"><B>getNDC()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>This method returns the NDC for this event.
<DT><A HREF="./org/apache/log4j/spi/Filter.html#getNext()"><B>getNext()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD>Return the pointer to the next filter;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getNextId()"><B>getNextId()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#getNotificationInfo()"><B>getNotificationInfo()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/NullAppender.html#getNullAppender()"><B>getNullAppender()</B></A> - 
Static method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia">NullAppender</A>
<DD>Whenever you can, use this method to retreive an instance instead
 of instantiating a new one with <code>new</code>.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#getOptionStrings()"><B>getOptionStrings()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the setter method for the option directly instead
     of the generic <code>setOption</code> method.</I>
<DT><A HREF="./org/apache/log4j/varia/DenyAllFilter.html#getOptionStrings()"><B>getOptionStrings()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/DenyAllFilter.html" title="class in org.apache.log4j.varia">DenyAllFilter</A>
<DD><B>Deprecated.</B>&nbsp;<I>We now use JavaBeans introspection to configure
     components. Options strings are no longer needed.</I>
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#getOptionStrings()"><B>getOptionStrings()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD><B>Deprecated.</B>&nbsp;<I>We now use JavaBeans introspection to configure
     components. Options strings are no longer needed.</I>
<DT><A HREF="./org/apache/log4j/Category.html#getParent()"><B>getParent()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Returns the parent of this category.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#getPassword()"><B>getPassword()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getPassword()"><B>getPassword()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#getPort()"><B>getPort()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Returns value of the <b>Port</b> option.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#getPort()"><B>getPort()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Returns value of the <b>Port</b> option.
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.html#getPort()"><B>getPort()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.html" title="class in org.apache.log4j.net">TelnetAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html#getPort()"><B>getPort()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html" title="class in org.apache.log4j.varia">ExternallyRolledFileAppender</A>
<DD>Returns value of the <b>Port</b> option.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#getPrecedence()"><B>getPrecedence()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html#getPriority()"><B>getPriority()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/Category.html#getLevel()"><CODE>Category.getLevel()</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.html#getProperties(java.lang.Object, org.apache.log4j.config.PropertyGetter.PropertyCallback, java.lang.String)"><B>getProperties(Object, PropertyGetter.PropertyCallback, String)</B></A> - 
Static method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyGetter.html" title="class in org.apache.log4j.config">PropertyGetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.html#getProperties(org.apache.log4j.config.PropertyGetter.PropertyCallback, java.lang.String)"><B>getProperties(PropertyGetter.PropertyCallback, String)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyGetter.html" title="class in org.apache.log4j.config">PropertyGetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getProperties()"><B>getProperties()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Returns the set of properties
 for the event.
<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html#getProperties()"><B>getProperties()</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml">XMLLayout</A>
<DD>Gets whether MDC key-value pairs should be output.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getProperty(java.lang.String)"><B>getProperty(String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Return a property for this event.
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#getPropertyDescriptor(java.lang.String)"><B>getPropertyDescriptor(String)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/MDCKeySetExtractor.html#getPropertyKeySet(org.apache.log4j.spi.LoggingEvent)"><B>getPropertyKeySet(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/MDCKeySetExtractor.html" title="class in org.apache.log4j.helpers">MDCKeySetExtractor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getPropertyKeySet()"><B>getPropertyKeySet()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Returns the set of the key values in the properties
 for the event.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getProviderURL()"><B>getProviderURL()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#getReconnectionDelay()"><B>getReconnectionDelay()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Returns value of the <b>ReconnectionDelay</b> option.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#getRemoteHost()"><B>getRemoteHost()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Returns value of the <b>RemoteHost</b> option.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getRenderedMessage()"><B>getRenderedMessage()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Hierarchy.html#getRendererMap()"><B>getRendererMap()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Get the renderer map for this hierarchy.
<DT><A HREF="./org/apache/log4j/spi/RendererSupport.html#getRendererMap()"><B>getRendererMap()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RendererSupport.html" title="interface in org.apache.log4j.spi">RendererSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getReplyTo()"><B>getReplyTo()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get the reply addresses.
<DT><A HREF="./org/apache/log4j/helpers/Loader.html#getResource(java.lang.String, java.lang.Class)"><B>getResource(String, Class)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/Loader.html" title="class in org.apache.log4j.helpers">Loader</A>
<DD><B>Deprecated.</B>&nbsp;<I>as of 1.2.</I>
<DT><A HREF="./org/apache/log4j/helpers/Loader.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/Loader.html" title="class in org.apache.log4j.helpers">Loader</A>
<DD>This method will search for <code>resource</code> in different
     places.
<DT><A HREF="./org/apache/log4j/Category.html#getResourceBundle()"><B>getResourceBundle()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Return the <em>inherited</em> <CODE>ResourceBundle</CODE> for this
     category.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#getResourceBundle()"><B>getResourceBundle()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Return the <em>inherited</em> <CODE>ResourceBundle</CODE> for this
     category.
<DT><A HREF="./org/apache/log4j/Category.html#getResourceBundleString(java.lang.String)"><B>getResourceBundleString(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Returns the string resource coresponding to <code>key</code> in
     this category's inherited resource bundle.
<DT><A HREF="./org/apache/log4j/Category.html#getRoot()"><B>getRoot()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/Logger.html#getRootLogger()"><CODE>Logger.getRootLogger()</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/Hierarchy.html#getRootLogger()"><B>getRootLogger()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Get the root of this hierarchy.
<DT><A HREF="./org/apache/log4j/Logger.html#getRootLogger()"><B>getRootLogger()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j">Logger</A>
<DD>Return the root logger for the current logger repository.
<DT><A HREF="./org/apache/log4j/LogManager.html#getRootLogger()"><B>getRootLogger()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>Retrieve the appropriate root logger.
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#getRootLogger()"><B>getRootLogger()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#getRootLogger()"><B>getRootLogger()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#getScreenHeight()"><B>getScreenHeight()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#getScreenWidth()"><B>getScreenWidth()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getSecurityCredentials()"><B>getSecurityCredentials()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getSecurityPrincipalName()"><B>getSecurityPrincipalName()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getSendOnClose()"><B>getSendOnClose()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get sendOnClose.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getSequenceNumber()"><B>getSequenceNumber()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the sequence number associated with this LogRecord.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getSMTPDebug()"><B>getSMTPDebug()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get SMTP debug.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getSMTPHost()"><B>getSMTPHost()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Returns value of the <b>SMTPHost</b> option.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getSMTPPassword()"><B>getSMTPPassword()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get SMTP password.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getSMTPPort()"><B>getSMTPPort()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get port.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getSMTPProtocol()"><B>getSMTPProtocol()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get transport protocol.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getSMTPUsername()"><B>getSMTPUsername()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Get SMTP user name.
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#getSource()"><B>getSource()</B></A> - 
Method in class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#getSql()"><B>getSql()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Returns pre-formated statement eg: insert into LogTable (msg) values ("%m")
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getStartTime()"><B>getStartTime()</B></A> - 
Static method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Returns the time when the application started, in milliseconds
     elapsed since 01.01.1970.
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#getStringToMatch()"><B>getStringToMatch()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getSubject()"><B>getSubject()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Returns value of the <b>Subject</b> option.
<DT><A HREF="./org/apache/log4j/Priority.html#getSyslogEquivalent()"><B>getSyslogEquivalent()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>Return the syslog equivalent of this priority as an integer.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#getSyslogHost()"><B>getSyslogHost()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Returns the value of the <b>SyslogHost</b> option.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#getSystemProperty(java.lang.String, java.lang.String)"><B>getSystemProperty(String, String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>Very similar to <code>System.getProperty</code> except
     that the <CODE>SecurityException</CODE> is hidden.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#getTarget()"><B>getTarget()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Returns the current value of the <b>Target</b> property.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getThreadDescription()"><B>getThreadDescription()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the thread description asscociated with this LogRecord.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getThreadName()"><B>getThreadName()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#getThreadPrinting()"><B>getThreadPrinting()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>Returns value of the <b>ThreadPrinting</b> option.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#getThreshold()"><B>getThreshold()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Returns this appenders threshold level.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#getThreshold()"><B>getThreshold()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Returns a <A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j"><CODE>Level</CODE></A> representation of the <code>enable</code>
     state.
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#getThreshold()"><B>getThreshold()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>Get the repository-wide threshold.
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#getThreshold()"><B>getThreshold()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>Get the repository-wide threshold.
<DT><A HREF="./org/apache/log4j/spi/ThrowableInformation.html#getThrowable()"><B>getThrowable()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ThrowableInformation.html" title="class in org.apache.log4j.spi">ThrowableInformation</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getThrowableInformation()"><B>getThrowableInformation()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Returns the throwable information contained within this
     event.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#getThrowableRenderer()"><B>getThrowableRenderer()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Get throwable renderer.
<DT><A HREF="./org/apache/log4j/spi/ThrowableRendererSupport.html#getThrowableRenderer()"><B>getThrowableRenderer()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ThrowableRendererSupport.html" title="interface in org.apache.log4j.spi">ThrowableRendererSupport</A>
<DD>Get throwable renderer.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getThrowableStrRep()"><B>getThrowableStrRep()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Return this event's throwable's string[] representaion.
<DT><A HREF="./org/apache/log4j/spi/ThrowableInformation.html#getThrowableStrRep()"><B>getThrowableStrRep()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ThrowableInformation.html" title="class in org.apache.log4j.spi">ThrowableInformation</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getThrown()"><B>getThrown()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the Throwable associated with this LogRecord.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#getThrownStackTrace()"><B>getThrownStackTrace()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Get the stack trace in a String-based format for the associated Throwable
 of this LogRecord.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#getTimeStamp()"><B>getTimeStamp()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Getter for the event's time stamp.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#getTimeZone()"><B>getTimeZone()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>Returns value of the <b>TimeZone</b> option.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#getTitle()"><B>getTitle()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>Returns the current value of the <b>Title</b> option.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#getTo()"><B>getTo()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Returns value of the <b>To</b> option.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getTopicBindingName()"><B>getTopicBindingName()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Returns the value of the <b>TopicBindingName</b> option.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getTopicConnection()"><B>getTopicConnection()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Returns the TopicConnection used for this appender.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getTopicConnectionFactoryBindingName()"><B>getTopicConnectionFactoryBindingName()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Returns the value of the <b>TopicConnectionFactoryBindingName</b> option.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getTopicPublisher()"><B>getTopicPublisher()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Returns the TopicPublisher used for this appender.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getTopicSession()"><B>getTopicSession()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Returns the TopicSession used for this appender.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#getURL()"><B>getURL()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#getUser()"><B>getUser()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#getUserName()"><B>getUserName()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html#handleNotification(javax.management.Notification, java.lang.Object)"><B>handleNotification(Notification, Object)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx">LoggerDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#hashCode()"><B>hashCode()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/NullEnumeration.html#hasMoreElements()"><B>hasMoreElements()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/NullEnumeration.html" title="class in org.apache.log4j.helpers">NullEnumeration</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#hasThrown()"><B>hasThrown()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#headFilter"><B>headFilter</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>The first filter in the filter chain.
<DT><A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j"><B>Hierarchy</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>This class is specialized in retrieving loggers by name and also
   maintaining the logger hierarchy.<DT><A HREF="./org/apache/log4j/Hierarchy.html#Hierarchy(org.apache.log4j.Logger)"><B>Hierarchy(Logger)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Create a new logger hierarchy.
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx"><B>HierarchyDynamicMBean</B></A> - Class in <A HREF="./org/apache/log4j/jmx/package-summary.html">org.apache.log4j.jmx</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#HierarchyDynamicMBean()"><B>HierarchyDynamicMBean()</B></A> - 
Constructor for class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/HierarchyEventListener.html" title="interface in org.apache.log4j.spi"><B>HierarchyEventListener</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Listen to events occuring within a <A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j"><CODE>Hierarchy</CODE></A>.<DT><A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j"><B>HTMLLayout</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>This layout outputs events in a HTML table.<DT><A HREF="./org/apache/log4j/HTMLLayout.html#HTMLLayout()"><B>HTMLLayout()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#i"><B>i</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#ignoresThrowable()"><B>ignoresThrowable()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Will return false if any of the conversion specifiers in the pattern
 handles <CODE>Exceptions</CODE>.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#ignoresThrowable()"><B>ignoresThrowable()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>The HTML layout handles the throwable contained in logging
     events.
<DT><A HREF="./org/apache/log4j/Layout.html#ignoresThrowable()"><B>ignoresThrowable()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j">Layout</A>
<DD>If the layout handles the throwable object contained within
     <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvent</CODE></A>, then the layout should return
     <code>false</code>.
<DT><A HREF="./org/apache/log4j/PatternLayout.html#ignoresThrowable()"><B>ignoresThrowable()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>The PatternLayout does not handle the throwable contained within
     <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvents</CODE></A>.
<DT><A HREF="./org/apache/log4j/SimpleLayout.html#ignoresThrowable()"><B>ignoresThrowable()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/SimpleLayout.html" title="class in org.apache.log4j">SimpleLayout</A>
<DD>The SimpleLayout does not handle the throwable contained within
     <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvents</CODE></A>.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#ignoresThrowable()"><B>ignoresThrowable()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>The TTCCLayout does not handle the throwable contained within
     <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvents</CODE></A>.
<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html#ignoresThrowable()"><B>ignoresThrowable()</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml">XMLLayout</A>
<DD>The XMLLayout prints and does not ignore exceptions.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#immediateFlush"><B>immediateFlush</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Immediate flush means that the underlying writer or output stream
     will be flushed at the end of each append operation unless shouldFlush()
     is overridden.
<DT><A HREF="./org/apache/log4j/Category.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.
<DT><A HREF="./org/apache/log4j/Category.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <code>INFO</code> level including
   the stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/Level.html#INFO"><B>INFO</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>The <code>INFO</code> level designates informational messages
     that highlight the progress of the application at coarse-grained
     level.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#INFO"><B>INFO</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>info(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>info(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, boolean)"><B>info(Logger, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, char)"><B>info(Logger, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, byte)"><B>info(Logger, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, short)"><B>info(Logger, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, int)"><B>info(Logger, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, long)"><B>info(Logger, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, float)"><B>info(Logger, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, double)"><B>info(Logger, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object)"><B>info(Logger, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object)"><B>info(Logger, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>info(Logger, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogMF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>info(Logger, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>info(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>info(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, boolean)"><B>info(Logger, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, char)"><B>info(Logger, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, byte)"><B>info(Logger, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, short)"><B>info(Logger, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, int)"><B>info(Logger, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, long)"><B>info(Logger, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, float)"><B>info(Logger, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, double)"><B>info(Logger, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object)"><B>info(Logger, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object)"><B>info(Logger, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>info(Logger, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/LogSF.html#info(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>info(Logger, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at info level.
<DT><A HREF="./org/apache/log4j/Priority.html#INFO"><B>INFO</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/log4j/Level.html#INFO"><CODE>Level.INFO</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#INFO"><CODE>INFO</CODE></A> Level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <code>INFO</code> level including
   the stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/Priority.html#INFO_INT"><B>INFO_INT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/NDC.html#inherit(java.util.Stack)"><B>inherit(Stack)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Inherit the diagnostic context of another thread.
<DT><A HREF="./org/apache/log4j/spi/Configurator.html#INHERITED"><B>INHERITED</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Configurator.html" title="interface in org.apache.log4j.spi">Configurator</A>
<DD>Special level value signifying inherited behaviour.
<DT><A HREF="./org/apache/log4j/helpers/MDCKeySetExtractor.html#INSTANCE"><B>INSTANCE</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/MDCKeySetExtractor.html" title="class in org.apache.log4j.helpers">MDCKeySetExtractor</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#instantiateByClassName(java.lang.String, java.lang.Class, java.lang.Object)"><B>instantiateByClassName(String, Class, Object)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>Instantiate an object given a class name.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#instantiateByKey(java.util.Properties, java.lang.String, java.lang.Class, java.lang.Object)"><B>instantiateByKey(Properties, String, Class, Object)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#introspect()"><B>introspect()</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>Uses JavaBeans <CODE>Introspector</CODE> to computer setters of object to be
     configured.
<DT><A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html#invoke(java.lang.String, java.lang.Object[], java.lang.String[])"><B>invoke(String, Object[], String[])</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html" title="class in org.apache.log4j.jmx">AppenderDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#invoke(java.lang.String, java.lang.Object[], java.lang.String[])"><B>invoke(String, Object[], String[])</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html#invoke(java.lang.String, java.lang.Object[], java.lang.String[])"><B>invoke(String, Object[], String[])</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html" title="class in org.apache.log4j.jmx">LayoutDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html#invoke(java.lang.String, java.lang.Object[], java.lang.String[])"><B>invoke(String, Object[], String[])</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx">LoggerDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#isAdvertiseViaMulticastDNS()"><B>isAdvertiseViaMulticastDNS()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#isAdvertiseViaMulticastDNS()"><B>isAdvertiseViaMulticastDNS()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#isAsSevereAsThreshold(org.apache.log4j.Priority)"><B>isAsSevereAsThreshold(Priority)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Check whether the message level is below the appender's
     threshold.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#isAttached(org.apache.log4j.Appender)"><B>isAttached(Appender)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Determines if specified appender is attached.
<DT><A HREF="./org/apache/log4j/Category.html#isAttached(org.apache.log4j.Appender)"><B>isAttached(Appender)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Is the appender passed as parameter attached to this category?
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#isAttached(org.apache.log4j.Appender)"><B>isAttached(Appender)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Returns <code>true</code> if the specified appender is in the
     list of attached appenders, <code>false</code> otherwise.
<DT><A HREF="./org/apache/log4j/spi/AppenderAttachable.html#isAttached(org.apache.log4j.Appender)"><B>isAttached(Appender)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi">AppenderAttachable</A>
<DD>Returns <code>true</code> if the specified appender is in list of
     attached attached, <code>false</code> otherwise.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#isAttached(org.apache.log4j.Appender)"><B>isAttached(Appender)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Is the appender passed as parameter attached to this category?
<DT><A HREF="./org/apache/log4j/Category.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Check whether this category is enabled for the <code>DEBUG</code>
  Level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Check whether this category is enabled for the <code>DEBUG</code>
  Level.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#isDisabled(int)"><B>isDisabled(int)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>This method will return <code>true</code> if this repository is
     disabled for <code>level</code> object passed as parameter and
     <code>false</code> otherwise.
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#isDisabled(int)"><B>isDisabled(int)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>Returns whether this repository is disabled for a given
     level.
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#isDisabled(int)"><B>isDisabled(int)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>Returns whether this repository is disabled for a given
     level.
<DT><A HREF="./org/apache/log4j/Category.html#isEnabledFor(org.apache.log4j.Priority)"><B>isEnabledFor(Priority)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Check whether this category is enabled for a given <A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j"><CODE>Level</CODE></A> passed as parameter.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#isEnabledFor(org.apache.log4j.Priority)"><B>isEnabledFor(Priority)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Check whether this category is enabled for a given <A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j"><CODE>Level</CODE></A> passed as parameter.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#isFatal()"><B>isFatal()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#isFull()"><B>isFull()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Return <code>true</code> if the buffer is full, that is, whether
     the number of elements in the buffer equals the buffer size.
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#isGenAppName(java.lang.String)"><B>isGenAppName(String)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>Returns true if the specified appender name is considered to have
 been generated, that is, if it is of the form A[0-9]+.
<DT><A HREF="./org/apache/log4j/Priority.html#isGreaterOrEqual(org.apache.log4j.Priority)"><B>isGreaterOrEqual(Priority)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>Returns <code>true</code> if this level has a higher or equal
     level than the level passed as argument, <code>false</code>
     otherwise.
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.html#isHandledType(java.lang.Class)"><B>isHandledType(Class)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyGetter.html" title="class in org.apache.log4j.config">PropertyGetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Check whether this category is enabled for the info Level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Check whether this category is enabled for the info Level.
<DT><A HREF="./org/apache/log4j/helpers/Loader.html#isJava1()"><B>isJava1()</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/Loader.html" title="class in org.apache.log4j.helpers">Loader</A>
<DD>Are we running under JDK 1.x?
<DT><A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html#ISO8601_DATE_FORMAT"><B>ISO8601_DATE_FORMAT</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers">AbsoluteTimeDateFormat</A>
<DD>String constant used to specify <A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html" title="class in org.apache.log4j.helpers"><CODE>ISO8601DateFormat</CODE></A> in layouts.
<DT><A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html" title="class in org.apache.log4j.helpers"><B>ISO8601DateFormat</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Formats a <CODE>Date</CODE> in the format "yyyy-MM-dd HH:mm:ss,SSS" for example
   "1999-11-27 15:49:37,459".<DT><A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html#ISO8601DateFormat()"><B>ISO8601DateFormat()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html" title="class in org.apache.log4j.helpers">ISO8601DateFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html#ISO8601DateFormat(java.util.TimeZone)"><B>ISO8601DateFormat(TimeZone)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html" title="class in org.apache.log4j.helpers">ISO8601DateFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/Log4JLogRecord.html#isSevereLevel()"><B>isSevereLevel()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/Log4JLogRecord.html" title="class in org.apache.log4j.lf5">Log4JLogRecord</A>
<DD>Determines which <code>Priority</code> levels will
 be displayed in colored font when the <code>LogMonitorAppender</code>
 renders this log message.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#isSevereLevel()"><B>isSevereLevel()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Abstract method.
<DT><A HREF="./org/apache/log4j/Logger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j">Logger</A>
<DD>Check whether this category is enabled for the TRACE  Level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Check whether this category is enabled for the TRACE  Level.
<DT><A HREF="./org/apache/log4j/spi/TriggeringEventEvaluator.html#isTriggeringEvent(org.apache.log4j.spi.LoggingEvent)"><B>isTriggeringEvent(LoggingEvent)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/TriggeringEventEvaluator.html" title="interface in org.apache.log4j.spi">TriggeringEventEvaluator</A>
<DD>Is this the triggering event?
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc"><B>JDBCAppender</B></A> - Class in <A HREF="./org/apache/log4j/jdbc/package-summary.html">org.apache.log4j.jdbc</A><DD>The JDBCAppender provides for sending log events to a database.<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#JDBCAppender()"><B>JDBCAppender()</B></A> - 
Constructor for class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net"><B>JMSAppender</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>A simple appender that publishes events to a JMS Topic.<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#JMSAppender()"><B>JMSAppender()</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSSink.html" title="class in org.apache.log4j.net"><B>JMSSink</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>A simple application that consumes logging events sent by a <A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net"><CODE>JMSAppender</CODE></A>.<DT><A HREF="./org/apache/log4j/net/JMSSink.html#JMSSink(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>JMSSink(String, String, String, String)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSSink.html" title="class in org.apache.log4j.net">JMSSink</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/Category.html#l7dlog(org.apache.log4j.Priority, java.lang.String, java.lang.Throwable)"><B>l7dlog(Priority, String, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a localized message.
<DT><A HREF="./org/apache/log4j/Category.html#l7dlog(org.apache.log4j.Priority, java.lang.String, java.lang.Object[], java.lang.Throwable)"><B>l7dlog(Priority, String, Object[], Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a localized and parameterized message.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#l7dlog(org.apache.log4j.Priority, java.lang.String, java.lang.Throwable)"><B>l7dlog(Priority, String, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a localized message.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#l7dlog(org.apache.log4j.Priority, java.lang.String, java.lang.Object[], java.lang.Throwable)"><B>l7dlog(Priority, String, Object[], Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a localized and parameterized message.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#layout"><B>layout</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>The layout variable does not need to be set if the appender
      implementation has its own layout.
<DT><A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j"><B>Layout</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Extend this abstract class to create your own log layout format.<DT><A HREF="./org/apache/log4j/Layout.html#Layout()"><B>Layout()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j">Layout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html" title="class in org.apache.log4j.jmx"><B>LayoutDynamicMBean</B></A> - Class in <A HREF="./org/apache/log4j/jmx/package-summary.html">org.apache.log4j.jmx</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html#LayoutDynamicMBean(org.apache.log4j.Layout)"><B>LayoutDynamicMBean(Layout)</B></A> - 
Constructor for class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html" title="class in org.apache.log4j.jmx">LayoutDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#layoutNames"><B>layoutNames</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#length()"><B>length()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Get the number of elements in the buffer.
<DT><A HREF="./org/apache/log4j/helpers/CyclicBuffer.html#length()"><B>length()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CyclicBuffer.html" title="class in org.apache.log4j.helpers">CyclicBuffer</A>
<DD>Get the number of elements in the buffer.
<DT><A HREF="./org/apache/log4j/Category.html#level"><B>level</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>The assigned level of this category.
<DT><A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j"><B>Level</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Defines the minimum set of levels recognized by the system, that is
   <code>OFF</code>, <code>FATAL</code>, <code>ERROR</code>,
   <code>WARN</code>, <code>INFO</code, <code>DEBUG</code> and
   <code>ALL</code>.<DT><A HREF="./org/apache/log4j/Level.html#Level(int, java.lang.String, int)"><B>Level(int, String, int)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>Instantiate a Level object.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#level"><B>level</B></A> - 
Variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD><B>Deprecated.</B>&nbsp;<I>This field will be marked as private in future
 releases. Please do not access it directly. Use the <A HREF="./org/apache/log4j/spi/LoggingEvent.html#getLevel()"><CODE>LoggingEvent.getLevel()</CODE></A> method instead.</I>
<DT><A HREF="./org/apache/log4j/varia/LevelMatchFilter.html" title="class in org.apache.log4j.varia"><B>LevelMatchFilter</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>This is a very simple filter based on level matching.<DT><A HREF="./org/apache/log4j/varia/LevelMatchFilter.html#LevelMatchFilter()"><B>LevelMatchFilter()</B></A> - 
Constructor for class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelMatchFilter.html" title="class in org.apache.log4j.varia">LevelMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia"><B>LevelRangeFilter</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>This is a very simple filter based on level matching, which can be
   used to reject messages with priorities outside a certain range.<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html#LevelRangeFilter()"><B>LevelRangeFilter()</B></A> - 
Constructor for class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia">LevelRangeFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5"><B>LF5Appender</B></A> - Class in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD><code>LF5Appender</code> logs events to a swing based logging
 console.<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#LF5Appender()"><B>LF5Appender()</B></A> - 
Constructor for class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>Constructs a <code>LF5Appender</code> using the default instance of
 the <code>LogBrokerMonitor</code>.
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#LF5Appender(org.apache.log4j.lf5.viewer.LogBrokerMonitor)"><B>LF5Appender(LogBrokerMonitor)</B></A> - 
Constructor for class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>Constructs a <code>LF5Appender<code> using an instance of
 a <code>LogBrokerMonitor<code> supplied by the user.
<DT><A HREF="./org/apache/log4j/Layout.html#LINE_SEP"><B>LINE_SEP</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j">Layout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Layout.html#LINE_SEP_LEN"><B>LINE_SEP_LEN</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j">Layout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/Loader.html#loadClass(java.lang.String)"><B>loadClass(String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/Loader.html" title="class in org.apache.log4j.helpers">Loader</A>
<DD>If running under JDK 1.2 load the specified class using the
  <code>Thread</code> <code>contextClassLoader</code> if that
  fails try Class.forname.
<DT><A HREF="./org/apache/log4j/helpers/Loader.html" title="class in org.apache.log4j.helpers"><B>Loader</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Load resources (or images) from various sources.<DT><A HREF="./org/apache/log4j/helpers/Loader.html#Loader()"><B>Loader()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/Loader.html" title="class in org.apache.log4j.helpers">Loader</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#LOCATION_INFO_OPTION"><B>LOCATION_INFO_OPTION</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD><B>Deprecated.</B>&nbsp;<I>Options are now handled using the JavaBeans paradigm.
     This constant is not longer needed and will be removed in the
     <em>near</em> term.</I>
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi"><B>LocationInfo</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>The internal representation of caller location information.<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#LocationInfo(java.lang.Throwable, java.lang.String)"><B>LocationInfo(Throwable, String)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>Instantiate location information based on a Throwable.
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#LocationInfo(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>LocationInfo(String, String, String, String)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>Create new instance.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#locationInformationExists()"><B>locationInformationExists()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Check for the existence of location information without creating it
 (a byproduct of calling getLocationInformation).
<DT><A HREF="./org/apache/log4j/Category.html#log(org.apache.log4j.Priority, java.lang.Object, java.lang.Throwable)"><B>log(Priority, Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>This generic form is intended to be used by wrappers.
<DT><A HREF="./org/apache/log4j/Category.html#log(org.apache.log4j.Priority, java.lang.Object)"><B>log(Priority, Object)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>This generic form is intended to be used by wrappers.
<DT><A HREF="./org/apache/log4j/Category.html#log(java.lang.String, org.apache.log4j.Priority, java.lang.Object, java.lang.Throwable)"><B>log(String, Priority, Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>This is the most generic printing method.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object[])"><B>log(Logger, Level, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>log(Logger, Level, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object)"><B>log(Logger, Level, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, boolean)"><B>log(Logger, Level, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, byte)"><B>log(Logger, Level, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, char)"><B>log(Logger, Level, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, short)"><B>log(Logger, Level, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, int)"><B>log(Logger, Level, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, long)"><B>log(Logger, Level, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, float)"><B>log(Logger, Level, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, double)"><B>log(Logger, Level, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object, java.lang.Object)"><B>log(Logger, Level, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>log(Logger, Level, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specifed level.
<DT><A HREF="./org/apache/log4j/LogMF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>log(Logger, Level, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object[])"><B>log(Logger, Level, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>log(Logger, Level, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object)"><B>log(Logger, Level, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, boolean)"><B>log(Logger, Level, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, byte)"><B>log(Logger, Level, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, char)"><B>log(Logger, Level, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, short)"><B>log(Logger, Level, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, int)"><B>log(Logger, Level, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, long)"><B>log(Logger, Level, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, float)"><B>log(Logger, Level, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, double)"><B>log(Logger, Level, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object, java.lang.Object)"><B>log(Logger, Level, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>log(Logger, Level, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specifed level.
<DT><A HREF="./org/apache/log4j/LogSF.html#log(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>log(Logger, Level, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at specified level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#log(org.apache.log4j.Priority, java.lang.Object, java.lang.Throwable)"><B>log(Priority, Object, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>This generic form is intended to be used by wrappers.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#log(org.apache.log4j.Priority, java.lang.Object)"><B>log(Priority, Object)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>This generic form is intended to be used by wrappers.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#log(java.lang.String, org.apache.log4j.Priority, java.lang.Object, java.lang.Throwable)"><B>log(String, Priority, Object, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>This is the most generic printing method.
<DT><A HREF="./org/apache/log4j/xml/Log4jEntityResolver.html" title="class in org.apache.log4j.xml"><B>Log4jEntityResolver</B></A> - Class in <A HREF="./org/apache/log4j/xml/package-summary.html">org.apache.log4j.xml</A><DD>An <CODE>EntityResolver</CODE> specifically designed to return
 <code>log4j.dtd</code> which is embedded within the log4j jar
 file.<DT><A HREF="./org/apache/log4j/xml/Log4jEntityResolver.html#Log4jEntityResolver()"><B>Log4jEntityResolver()</B></A> - 
Constructor for class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/Log4jEntityResolver.html" title="class in org.apache.log4j.xml">Log4jEntityResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/Log4JLogRecord.html" title="class in org.apache.log4j.lf5"><B>Log4JLogRecord</B></A> - Class in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD>A <code>Log4JLogRecord</code> encapsulates
 the details of your log4j <code>LoggingEvent</code> in a format usable
 by the <code>LogBrokerMonitor</code>.<DT><A HREF="./org/apache/log4j/lf5/Log4JLogRecord.html#Log4JLogRecord()"><B>Log4JLogRecord()</B></A> - 
Constructor for class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/Log4JLogRecord.html" title="class in org.apache.log4j.lf5">Log4JLogRecord</A>
<DD>Constructs an instance of a <code>Log4JLogRecord</code>.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_AUTH"><B>LOG_AUTH</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>security/authorization messages
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_AUTHPRIV"><B>LOG_AUTHPRIV</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>security/authorization  messages (private)
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_CRON"><B>LOG_CRON</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>clock daemon
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_DAEMON"><B>LOG_DAEMON</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>System daemons
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_FTP"><B>LOG_FTP</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>ftp daemon
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_KERN"><B>LOG_KERN</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Kernel messages
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LOCAL0"><B>LOG_LOCAL0</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>reserved for local use
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LOCAL1"><B>LOG_LOCAL1</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>reserved for local use
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LOCAL2"><B>LOG_LOCAL2</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>reserved for local use
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LOCAL3"><B>LOG_LOCAL3</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>reserved for local use
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LOCAL4"><B>LOG_LOCAL4</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>reserved for local use
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LOCAL5"><B>LOG_LOCAL5</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>reserved for local use
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LOCAL6"><B>LOG_LOCAL6</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>reserved for local use
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LOCAL7"><B>LOG_LOCAL7</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>reserved for local use
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_LPR"><B>LOG_LPR</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>line printer subsystem
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_MAIL"><B>LOG_MAIL</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Mail system
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_NEWS"><B>LOG_NEWS</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>network news subsystem
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_SYSLOG"><B>LOG_SYSLOG</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>messages generated internally by syslogd
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_USER"><B>LOG_USER</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Random user-level messages
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#LOG_UUCP"><B>LOG_UUCP</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>UUCP subsystem
<DT><A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j"><B>Logger</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>This is the central class in the log4j package.<DT><A HREF="./org/apache/log4j/Logger.html#Logger(java.lang.String)"><B>Logger(String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j">Logger</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#LOGGER_FACTORY_KEY"><B>LOGGER_FACTORY_KEY</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Key for specifying the <A HREF="./org/apache/log4j/spi/LoggerFactory.html" title="interface in org.apache.log4j.spi"><CODE>LoggerFactory</CODE></A>.
<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx"><B>LoggerDynamicMBean</B></A> - Class in <A HREF="./org/apache/log4j/jmx/package-summary.html">org.apache.log4j.jmx</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html#LoggerDynamicMBean(org.apache.log4j.Logger)"><B>LoggerDynamicMBean(Logger)</B></A> - 
Constructor for class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx">LoggerDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#loggerFactory"><B>loggerFactory</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerFactory.html" title="interface in org.apache.log4j.spi"><B>LoggerFactory</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Implement this interface to create new instances of Logger or
  a sub-class of Logger.<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi"><B>LoggerRepository</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>A <code>LoggerRepository</code> is used to create and retrieve
   <code>Loggers</code>.<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><B>LoggingEvent</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>The internal representation of logging events.<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#LoggingEvent(java.lang.String, org.apache.log4j.Category, org.apache.log4j.Priority, java.lang.Object, java.lang.Throwable)"><B>LoggingEvent(String, Category, Priority, Object, Throwable)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Instantiate a LoggingEvent from the supplied parameters.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#LoggingEvent(java.lang.String, org.apache.log4j.Category, long, org.apache.log4j.Priority, java.lang.Object, java.lang.Throwable)"><B>LoggingEvent(String, Category, long, Priority, Object, Throwable)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Instantiate a LoggingEvent from the supplied parameters.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#LoggingEvent(java.lang.String, org.apache.log4j.Category, long, org.apache.log4j.Level, java.lang.Object, java.lang.String, org.apache.log4j.spi.ThrowableInformation, java.lang.String, org.apache.log4j.spi.LocationInfo, java.util.Map)"><B>LoggingEvent(String, Category, long, Level, Object, String, ThrowableInformation, String, LocationInfo, Map)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Create new instance.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5"><B>LogLevel</B></A> - Class in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD>The LogLevel class defines a set of standard logging levels.<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#LogLevel(java.lang.String, int)"><B>LogLevel(String, int)</B></A> - 
Constructor for class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevelFormatException.html" title="class in org.apache.log4j.lf5"><B>LogLevelFormatException</B></A> - Exception in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD>Thrown to indicate that the client has attempted to convert a string
 to one the LogLevel types, but the string does not have the appropriate
 format.<DT><A HREF="./org/apache/log4j/lf5/LogLevelFormatException.html#LogLevelFormatException(java.lang.String)"><B>LogLevelFormatException(String)</B></A> - 
Constructor for exception org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevelFormatException.html" title="class in org.apache.log4j.lf5">LogLevelFormatException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers"><B>LogLog</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>This class used to output log statements from within the log4j package.<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#LogLog()"><B>LogLog()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j"><B>LogManager</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Use the <code>LogManager</code> class to retreive <A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j"><CODE>Logger</CODE></A>
 instances or to operate on the current <A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi"><CODE>LoggerRepository</CODE></A>.<DT><A HREF="./org/apache/log4j/LogManager.html#LogManager()"><B>LogManager()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j"><B>LogMF</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>This class provides parameterized logging services
 using the pattern syntax of java.text.MessageFormat.<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object[])"><B>logrb(Logger, Level, String, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.Throwable, java.lang.String, java.lang.String, java.lang.Object[])"><B>logrb(Logger, Level, Throwable, String, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object)"><B>logrb(Logger, Level, String, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, boolean)"><B>logrb(Logger, Level, String, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, char)"><B>logrb(Logger, Level, String, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, byte)"><B>logrb(Logger, Level, String, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, short)"><B>logrb(Logger, Level, String, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, int)"><B>logrb(Logger, Level, String, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, long)"><B>logrb(Logger, Level, String, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, float)"><B>logrb(Logger, Level, String, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, double)"><B>logrb(Logger, Level, String, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object, java.lang.Object)"><B>logrb(Logger, Level, String, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>logrb(Logger, Level, String, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogMF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>logrb(Logger, Level, String, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object[])"><B>logrb(Logger, Level, String, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.Throwable, java.lang.String, java.lang.String, java.lang.Object[])"><B>logrb(Logger, Level, Throwable, String, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object)"><B>logrb(Logger, Level, String, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, boolean)"><B>logrb(Logger, Level, String, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, char)"><B>logrb(Logger, Level, String, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, byte)"><B>logrb(Logger, Level, String, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, short)"><B>logrb(Logger, Level, String, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, int)"><B>logrb(Logger, Level, String, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, long)"><B>logrb(Logger, Level, String, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, float)"><B>logrb(Logger, Level, String, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, double)"><B>logrb(Logger, Level, String, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object, java.lang.Object)"><B>logrb(Logger, Level, String, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>logrb(Logger, Level, String, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/LogSF.html#logrb(org.apache.log4j.Logger, org.apache.log4j.Level, java.lang.String, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>logrb(Logger, Level, String, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message using a pattern from a resource bundle.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5"><B>LogRecord</B></A> - Class in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD>LogRecord.<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#LogRecord()"><B>LogRecord()</B></A> - 
Constructor for class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecordFilter.html" title="interface in org.apache.log4j.lf5"><B>LogRecordFilter</B></A> - Interface in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD>An interface for classes which filters LogRecords.<DT><A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j"><B>LogSF</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>This class provides parameterized logging services
 using the SLF4J pattern syntax.<DT><A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j"><B>LogXF</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>This is a base class for LogMF and LogSF parameterized logging classes.<DT><A HREF="./org/apache/log4j/LogXF.html#LogXF()"><B>LogXF()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#lookup(javax.naming.Context, java.lang.String)"><B>lookup(Context, String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSSink.html#lookup(javax.naming.Context, java.lang.String)"><B>lookup(Context, String)</B></A> - 
Static method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSSink.html" title="class in org.apache.log4j.net">JMSSink</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/chainsaw/Main.html" title="class in org.apache.log4j.chainsaw"><B>Main</B></A> - Class in <A HREF="./org/apache/log4j/chainsaw/package-summary.html">org.apache.log4j.chainsaw</A><DD>The main application.<DT><A HREF="./org/apache/log4j/chainsaw/Main.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.log4j.chainsaw.<A HREF="./org/apache/log4j/chainsaw/Main.html" title="class in org.apache.log4j.chainsaw">Main</A>
<DD>The main method.
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/StartLogFactor5.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/StartLogFactor5.html" title="class in org.apache.log4j.lf5">StartLogFactor5</A>
<DD>Main - starts a an instance of the LogFactor5 console and configures
 the console settings.
<DT><A HREF="./org/apache/log4j/net/JMSSink.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSSink.html" title="class in org.apache.log4j.net">JMSSink</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SimpleSocketServer.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SimpleSocketServer.html" title="class in org.apache.log4j.net">SimpleSocketServer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketServer.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketServer.html" title="class in org.apache.log4j.net">SocketServer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/Roller.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/Roller.html" title="class in org.apache.log4j.varia">Roller</A>
<DD>Send a "RollOver" message to
     <code>ExternallyRolledFileAppender</code> on <code>host</code>
     and <code>port</code>.
<DT><A HREF="./org/apache/log4j/spi/LoggerFactory.html#makeNewLoggerInstance(java.lang.String)"><B>makeNewLoggerInstance(String)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerFactory.html" title="interface in org.apache.log4j.spi">LoggerFactory</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#MAX_CAPACITY"><B>MAX_CAPACITY</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD><B>Deprecated.</B>&nbsp;<I>since 1.3</I>
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#MAX_CAPACITY"><B>MAX_CAPACITY</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/PatternLayout.html#MAX_CAPACITY"><B>MAX_CAPACITY</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#maxBackupIndex"><B>maxBackupIndex</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>There is one backup file by default.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#maxFileSize"><B>maxFileSize</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>The default maximum file size is 10MB.
<DT><A HREF="./org/apache/log4j/MDC.html" title="class in org.apache.log4j"><B>MDC</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>The MDC class is similar to the <A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j"><CODE>NDC</CODE></A> class except that it is
   based on a map instead of a stack.<DT><A HREF="./org/apache/log4j/helpers/MDCKeySetExtractor.html" title="class in org.apache.log4j.helpers"><B>MDCKeySetExtractor</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/or/jms/MessageRenderer.html" title="class in org.apache.log4j.or.jms"><B>MessageRenderer</B></A> - Class in <A HREF="./org/apache/log4j/or/jms/package-summary.html">org.apache.log4j.or.jms</A><DD>Render <code>javax.jms.Message</code> objects.<DT><A HREF="./org/apache/log4j/or/jms/MessageRenderer.html#MessageRenderer()"><B>MessageRenderer()</B></A> - 
Constructor for class org.apache.log4j.or.jms.<A HREF="./org/apache/log4j/or/jms/MessageRenderer.html" title="class in org.apache.log4j.or.jms">MessageRenderer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/ErrorCode.html#MISSING_LAYOUT"><B>MISSING_LAYOUT</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi">ErrorCode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#msg"><B>msg</B></A> - 
Variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#NA"><B>NA</B></A> - 
Static variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>When location information is not available the constant
     <code>NA</code> is returned.
<DT><A HREF="./org/apache/log4j/spi/LocationInfo.html#NA_LOCATION_INFO"><B>NA_LOCATION_INFO</B></A> - 
Static variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LocationInfo.html" title="class in org.apache.log4j.spi">LocationInfo</A>
<DD>NA_LOCATION_INFO is provided for compatibility with log4j 1.3.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#name"><B>name</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Appenders are named.
<DT><A HREF="./org/apache/log4j/Category.html#name"><B>name</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>The name of this category.
<DT><A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j"><B>NDC</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>The NDC class implements <i>nested diagnostic contexts</i> as
   defined by Neil Harrison in the article "Patterns for Logging
   Diagnostic Messages" part of the book "<i>Pattern Languages of
   Program Design 3</i>" edited by Martin et al.<DT><A HREF="./org/apache/log4j/spi/Filter.html#NEUTRAL"><B>NEUTRAL</B></A> - 
Static variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD>This filter is neutral with respect to the log event.
<DT><A HREF="./org/apache/log4j/helpers/PatternConverter.html#next"><B>next</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/Filter.html#next"><B>next</B></A> - 
Variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD><B>Deprecated.</B>&nbsp;<I>As of 1.2.12, use <A HREF="./org/apache/log4j/spi/Filter.html#getNext()"><CODE>Filter.getNext()</CODE></A> and <A HREF="./org/apache/log4j/spi/Filter.html#setNext(org.apache.log4j.spi.Filter)"><CODE>Filter.setNext(org.apache.log4j.spi.Filter)</CODE></A> instead</I>
<DT><A HREF="./org/apache/log4j/helpers/NullEnumeration.html#nextElement()"><B>nextElement()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/NullEnumeration.html" title="class in org.apache.log4j.helpers">NullEnumeration</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi"><B>NOPLogger</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>No-operation implementation of Logger used by NOPLoggerRepository.<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#NOPLogger(org.apache.log4j.spi.NOPLoggerRepository, java.lang.String)"><B>NOPLogger(NOPLoggerRepository, String)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Create instance of Logger.
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi"><B>NOPLoggerRepository</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>No-operation implementation of LoggerRepository which is used when
  LogManager.repositorySelector is erroneously nulled during class reloading.<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#NOPLoggerRepository()"><B>NOPLoggerRepository()</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt"><B>NTEventLogAppender</B></A> - Class in <A HREF="./org/apache/log4j/nt/package-summary.html">org.apache.log4j.nt</A><DD>Append to the NT event log system.<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#NTEventLogAppender()"><B>NTEventLogAppender()</B></A> - 
Constructor for class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#NTEventLogAppender(java.lang.String)"><B>NTEventLogAppender(String)</B></A> - 
Constructor for class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#NTEventLogAppender(java.lang.String, java.lang.String)"><B>NTEventLogAppender(String, String)</B></A> - 
Constructor for class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#NTEventLogAppender(org.apache.log4j.Layout)"><B>NTEventLogAppender(Layout)</B></A> - 
Constructor for class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#NTEventLogAppender(java.lang.String, org.apache.log4j.Layout)"><B>NTEventLogAppender(String, Layout)</B></A> - 
Constructor for class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#NTEventLogAppender(java.lang.String, java.lang.String, org.apache.log4j.Layout)"><B>NTEventLogAppender(String, String, Layout)</B></A> - 
Constructor for class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/Configurator.html#NULL"><B>NULL</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Configurator.html" title="interface in org.apache.log4j.spi">Configurator</A>
<DD>Special level signifying inherited behaviour, same as <A HREF="./org/apache/log4j/spi/Configurator.html#INHERITED"><CODE>Configurator.INHERITED</CODE></A>.
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.html#NULL_ARG"><B>NULL_ARG</B></A> - 
Static variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyGetter.html" title="class in org.apache.log4j.config">PropertyGetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#NULL_DATE_FORMAT"><B>NULL_DATE_FORMAT</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>String constant designating no time information.
<DT><A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia"><B>NullAppender</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>A NullAppender merely exists, it never outputs a message to any
 device.<DT><A HREF="./org/apache/log4j/varia/NullAppender.html#NullAppender()"><B>NullAppender()</B></A> - 
Constructor for class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia">NullAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/NullEnumeration.html" title="class in org.apache.log4j.helpers"><B>NullEnumeration</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>An always-empty Enumerator.<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#numAppenders"><B>numAppenders</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.html#obj"><B>obj</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyGetter.html" title="class in org.apache.log4j.config">PropertyGetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#obj"><B>obj</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/or/ObjectRenderer.html" title="interface in org.apache.log4j.or"><B>ObjectRenderer</B></A> - Interface in <A HREF="./org/apache/log4j/or/package-summary.html">org.apache.log4j.or</A><DD>Implement this interface in order to render objects as strings.<DT><A HREF="./org/apache/log4j/Level.html#OFF"><B>OFF</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>The <code>OFF</code> has the highest possible rank and is
     intended to turn off logging.
<DT><A HREF="./org/apache/log4j/Priority.html#OFF_INT"><B>OFF_INT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html#OK"><B>OK</B></A> - 
Static variable in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html" title="class in org.apache.log4j.varia">ExternallyRolledFileAppender</A>
<DD>The string constant sent to acknowledge a roll over.
<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers"><B>OnlyOnceErrorHandler</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>The <code>OnlyOnceErrorHandler</code> implements log4j's default
   error handling policy which consists of emitting a message for the
   first error in an appender and ignoring all following errors.<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html#OnlyOnceErrorHandler()"><B>OnlyOnceErrorHandler()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers">OnlyOnceErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSSink.html#onMessage(javax.jms.Message)"><B>onMessage(javax.jms.Message)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSSink.html" title="class in org.apache.log4j.net">JMSSink</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers"><B>OptionConverter</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>A convenience class to convert property values to specific types.<DT><A HREF="./org/apache/log4j/spi/OptionHandler.html" title="interface in org.apache.log4j.spi"><B>OptionHandler</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>A string based interface to configure package components.<DT><A HREF="./org/apache/log4j/package-summary.html"><B>org.apache.log4j</B></A> - package org.apache.log4j<DD>The main log4j package.<DT><A HREF="./org/apache/log4j/chainsaw/package-summary.html"><B>org.apache.log4j.chainsaw</B></A> - package org.apache.log4j.chainsaw<DD>Chainsaw is a GUI log viewer and filter for the log4j
package.<DT><A HREF="./org/apache/log4j/config/package-summary.html"><B>org.apache.log4j.config</B></A> - package org.apache.log4j.config<DD>Package used in getting/setting component properties.<DT><A HREF="./org/apache/log4j/helpers/package-summary.html"><B>org.apache.log4j.helpers</B></A> - package org.apache.log4j.helpers<DD>This package is used internally.<DT><A HREF="./org/apache/log4j/jdbc/package-summary.html"><B>org.apache.log4j.jdbc</B></A> - package org.apache.log4j.jdbc<DD>The JDBCAppender provides for sending log events to a database.<DT><A HREF="./org/apache/log4j/jmx/package-summary.html"><B>org.apache.log4j.jmx</B></A> - package org.apache.log4j.jmx<DD>This package lets you manage log4j settings using JMX.<DT><A HREF="./org/apache/log4j/lf5/package-summary.html"><B>org.apache.log4j.lf5</B></A> - package org.apache.log4j.lf5<DD>&nbsp;<DT><A HREF="./org/apache/log4j/net/package-summary.html"><B>org.apache.log4j.net</B></A> - package org.apache.log4j.net<DD>Package for remote logging.<DT><A HREF="./org/apache/log4j/nt/package-summary.html"><B>org.apache.log4j.nt</B></A> - package org.apache.log4j.nt<DD>Package for NT event logging.<DT><A HREF="./org/apache/log4j/or/package-summary.html"><B>org.apache.log4j.or</B></A> - package org.apache.log4j.or<DD>ObjectRenders are resposible for rendering messages depending on
their class type.<DT><A HREF="./org/apache/log4j/or/jms/package-summary.html"><B>org.apache.log4j.or.jms</B></A> - package org.apache.log4j.or.jms<DD>This package contains the MessageRenderer which renders objects of
    type <code>javax.jms.Message</code>.<DT><A HREF="./org/apache/log4j/or/sax/package-summary.html"><B>org.apache.log4j.or.sax</B></A> - package org.apache.log4j.or.sax<DD>This package contains the AttributesRenderer which renders object of
    class <code>org.xml.sax.Attributes</code>.<DT><A HREF="./org/apache/log4j/spi/package-summary.html"><B>org.apache.log4j.spi</B></A> - package org.apache.log4j.spi<DD>Contains part of the System Programming Interface (SPI) needed to
extend log4j.<DT><A HREF="./org/apache/log4j/varia/package-summary.html"><B>org.apache.log4j.varia</B></A> - package org.apache.log4j.varia<DD>Contains various appenders, filters and other odds and ends.<DT><A HREF="./org/apache/log4j/xml/package-summary.html"><B>org.apache.log4j.xml</B></A> - package org.apache.log4j.xml<DD>XML based components.<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#out"><B>out</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Hierarchy.html#overrideAsNeeded(java.lang.String)"><B>overrideAsNeeded(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD><B>Deprecated.</B>&nbsp;<I>Deprecated with no replacement.</I>
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/Category.html#parent"><B>parent</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>The parent of this category.
<DT><A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AbsoluteTimeDateFormat.html" title="class in org.apache.log4j.helpers">AbsoluteTimeDateFormat</A>
<DD>This method does not do anything but return <code>null</code>.
<DT><A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateTimeDateFormat.html" title="class in org.apache.log4j.helpers">DateTimeDateFormat</A>
<DD>This method does not do anything but return <code>null</code>.
<DT><A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/ISO8601DateFormat.html" title="class in org.apache.log4j.helpers">ISO8601DateFormat</A>
<DD>This method does not do anything but return <code>null</code>.
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#parse()"><B>parse()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html" title="class in org.apache.log4j.helpers">RelativeTimeDateFormat</A>
<DD>This method does not do anything but return <code>null</code>.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parse(org.w3c.dom.Element)"><B>parse(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to configure the log4j framework by parsing a DOM
     tree of XML elements based on <a
     href="./org/apache/log4j/xml/doc-files/log4j.dtd">log4j.dtd</a>.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseAppender(org.w3c.dom.Element)"><B>parseAppender(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse an appender element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseCategory(org.w3c.dom.Element)"><B>parseCategory(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse an category element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseCategoryFactory(org.w3c.dom.Element)"><B>parseCategoryFactory(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse the category factory element.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#parseCatsAndRenderers(java.util.Properties, org.apache.log4j.spi.LoggerRepository)"><B>parseCatsAndRenderers(Properties, LoggerRepository)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Parse non-root elements, such non-root categories and renderers.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseChildrenOfLoggerElement(org.w3c.dom.Element, org.apache.log4j.Logger, boolean)"><B>parseChildrenOfLoggerElement(Element, Logger, boolean)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse the children of a category element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseElement(org.w3c.dom.Element, java.util.Properties, java.lang.Class)"><B>parseElement(Element, Properties, Class)</B></A> - 
Static method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Creates an object and processes any nested param elements
 but does not call activateOptions.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseErrorHandler(org.w3c.dom.Element, org.apache.log4j.Appender)"><B>parseErrorHandler(Element, Appender)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse an <A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi"><CODE>ErrorHandler</CODE></A> element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseFilters(org.w3c.dom.Element, org.apache.log4j.Appender)"><B>parseFilters(Element, Appender)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse a filter element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseLayout(org.w3c.dom.Element)"><B>parseLayout(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse a layout element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseLevel(org.w3c.dom.Element, org.apache.log4j.Logger, boolean)"><B>parseLevel(Element, Logger, boolean)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse a level  element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseRenderer(org.w3c.dom.Element)"><B>parseRenderer(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseRoot(org.w3c.dom.Element)"><B>parseRoot(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Used internally to parse the roor category element.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#parseThrowableRenderer(org.w3c.dom.Element)"><B>parseThrowableRenderer(Element)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Parses throwable renderer.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#parseUnrecognizedElement(org.w3c.dom.Element, java.util.Properties)"><B>parseUnrecognizedElement(Element, Properties)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Called to inform a configured object when
 an unrecognized child element is encountered.
<DT><A HREF="./org/apache/log4j/xml/UnrecognizedElementHandler.html#parseUnrecognizedElement(org.w3c.dom.Element, java.util.Properties)"><B>parseUnrecognizedElement(Element, Properties)</B></A> - 
Method in interface org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/UnrecognizedElementHandler.html" title="interface in org.apache.log4j.xml">UnrecognizedElementHandler</A>
<DD>Called to inform a configured object when
 an unrecognized child element is encountered.
<DT><A HREF="./org/apache/log4j/lf5/LogRecordFilter.html#passes(org.apache.log4j.lf5.LogRecord)"><B>passes(LogRecord)</B></A> - 
Method in interface org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecordFilter.html" title="interface in org.apache.log4j.lf5">LogRecordFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/PassingLogRecordFilter.html#passes(org.apache.log4j.lf5.LogRecord)"><B>passes(LogRecord)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/PassingLogRecordFilter.html" title="class in org.apache.log4j.lf5">PassingLogRecordFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/PassingLogRecordFilter.html" title="class in org.apache.log4j.lf5"><B>PassingLogRecordFilter</B></A> - Class in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD>An implementation of LogRecordFilter which always returns true.<DT><A HREF="./org/apache/log4j/lf5/PassingLogRecordFilter.html#PassingLogRecordFilter()"><B>PassingLogRecordFilter()</B></A> - 
Constructor for class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/PassingLogRecordFilter.html" title="class in org.apache.log4j.lf5">PassingLogRecordFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#pattern"><B>pattern</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#PATTERN_RULE_REGISTRY"><B>PATTERN_RULE_REGISTRY</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Customized pattern conversion rules are stored under this key in the
 <A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi"><CODE>LoggerRepository</CODE></A> object store.
<DT><A HREF="./org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers"><B>PatternConverter</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>PatternConverter is an abtract class that provides the
   formatting functionality that derived classes need.<DT><A HREF="./org/apache/log4j/helpers/PatternConverter.html#PatternConverter()"><B>PatternConverter()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/PatternConverter.html#PatternConverter(org.apache.log4j.helpers.FormattingInfo)"><B>PatternConverter(FormattingInfo)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j"><B>PatternLayout</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>A flexible layout configurable with pattern string.<DT><A HREF="./org/apache/log4j/PatternLayout.html#PatternLayout()"><B>PatternLayout()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN.
<DT><A HREF="./org/apache/log4j/PatternLayout.html#PatternLayout(java.lang.String)"><B>PatternLayout(String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>Constructs a PatternLayout using the supplied conversion pattern.
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#patternLength"><B>patternLength</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers"><B>PatternParser</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Most of the work of the <A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j"><CODE>PatternLayout</CODE></A> class
   is delegated to the PatternParser class.<DT><A HREF="./org/apache/log4j/helpers/PatternParser.html#PatternParser(java.lang.String)"><B>PatternParser(String)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternParser.html" title="class in org.apache.log4j.helpers">PatternParser</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/NDC.html#peek()"><B>peek()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Looks at the last diagnostic context at the top of this NDC
     without removing it.
<DT><A HREF="./org/apache/log4j/NDC.html#pop()"><B>pop()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Clients should call this method before leaving a diagnostic
     context.
<DT><A HREF="./org/apache/log4j/chainsaw/Main.html#PORT_PROP_NAME"><B>PORT_PROP_NAME</B></A> - 
Static variable in class org.apache.log4j.chainsaw.<A HREF="./org/apache/log4j/chainsaw/Main.html" title="class in org.apache.log4j.chainsaw">Main</A>
<DD>name of property for port name
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#pos"><B>pos</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#postDeregister()"><B>postDeregister()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#postRegister(java.lang.Boolean)"><B>postRegister(Boolean)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#postRegister(java.lang.Boolean)"><B>postRegister(Boolean)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html#postRegister(java.lang.Boolean)"><B>postRegister(Boolean)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx">LoggerDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#preDeregister()"><B>preDeregister()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>Performs cleanup for deregistering this MBean.
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#preRegister(javax.management.MBeanServer, javax.management.ObjectName)"><B>preRegister(MBeanServer, ObjectName)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html#preRegister(javax.management.MBeanServer, javax.management.ObjectName)"><B>preRegister(MBeanServer, ObjectName)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html" title="class in org.apache.log4j.jmx">AppenderDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#print(java.io.PrintWriter)"><B>print(PrintWriter)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>Prints the configuration of the default log4j hierarchy as a Java
 properties file on the specified Writer.
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#printOptions(java.io.PrintWriter, org.apache.log4j.Category)"><B>printOptions(PrintWriter, Category)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#printOptions(java.io.PrintWriter, org.apache.log4j.Logger)"><B>printOptions(PrintWriter, Logger)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#printOptions(java.io.PrintWriter, java.lang.Object, java.lang.String)"><B>printOptions(PrintWriter, Object, String)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j"><B>Priority</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD><font color="#AA4444">Refrain from using this class directly, use
   the <A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j"><CODE>Level</CODE></A> class instead</font>.<DT><A HREF="./org/apache/log4j/Priority.html#Priority()"><B>Priority()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>Default constructor for deserialization.
<DT><A HREF="./org/apache/log4j/Priority.html#Priority(int, java.lang.String, int)"><B>Priority(int, String, int)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>Instantiate a level object.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j"><B>PropertyConfigurator</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>Allows the configuration of log4j from an external file.<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#PropertyConfigurator()"><B>PropertyConfigurator()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.html" title="class in org.apache.log4j.config"><B>PropertyGetter</B></A> - Class in <A HREF="./org/apache/log4j/config/package-summary.html">org.apache.log4j.config</A><DD>Used for inferring configuration information for a log4j's component.<DT><A HREF="./org/apache/log4j/config/PropertyGetter.html#PropertyGetter(java.lang.Object)"><B>PropertyGetter(Object)</B></A> - 
Constructor for class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyGetter.html" title="class in org.apache.log4j.config">PropertyGetter</A>
<DD>Create a new PropertyGetter for the specified Object.
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.PropertyCallback.html" title="interface in org.apache.log4j.config"><B>PropertyGetter.PropertyCallback</B></A> - Interface in <A HREF="./org/apache/log4j/config/package-summary.html">org.apache.log4j.config</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config"><B>PropertyPrinter</B></A> - Class in <A HREF="./org/apache/log4j/config/package-summary.html">org.apache.log4j.config</A><DD>Prints the configuration of the log4j default hierarchy
   (which needs to be auto-initialized) as a propoperties file
   on a <CODE>PrintWriter</CODE>.<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#PropertyPrinter(java.io.PrintWriter)"><B>PropertyPrinter(PrintWriter)</B></A> - 
Constructor for class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyPrinter.html#PropertyPrinter(java.io.PrintWriter, boolean)"><B>PropertyPrinter(PrintWriter, boolean)</B></A> - 
Constructor for class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyPrinter.html" title="class in org.apache.log4j.config">PropertyPrinter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config"><B>PropertySetter</B></A> - Class in <A HREF="./org/apache/log4j/config/package-summary.html">org.apache.log4j.config</A><DD>General purpose Object property setter.<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#PropertySetter(java.lang.Object)"><B>PropertySetter(Object)</B></A> - 
Constructor for class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>Create a new PropertySetter for the specified Object.
<DT><A HREF="./org/apache/log4j/config/PropertySetterException.html" title="class in org.apache.log4j.config"><B>PropertySetterException</B></A> - Exception in <A HREF="./org/apache/log4j/config/package-summary.html">org.apache.log4j.config</A><DD>Thrown when an error is encountered whilst attempting to set a property
 using the <A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config"><CODE>PropertySetter</CODE></A> utility class.<DT><A HREF="./org/apache/log4j/config/PropertySetterException.html#PropertySetterException(java.lang.String)"><B>PropertySetterException(String)</B></A> - 
Constructor for exception org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetterException.html" title="class in org.apache.log4j.config">PropertySetterException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertySetterException.html#PropertySetterException(java.lang.Throwable)"><B>PropertySetterException(Throwable)</B></A> - 
Constructor for exception org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetterException.html" title="class in org.apache.log4j.config">PropertySetterException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertyGetter.html#props"><B>props</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertyGetter.html" title="class in org.apache.log4j.config">PropertyGetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#props"><B>props</B></A> - 
Variable in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/NDC.html#push(java.lang.String)"><B>push(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Push new diagnostic context information for the current thread.
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#put(org.apache.log4j.spi.LoggingEvent)"><B>put(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Place a <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvent</CODE></A> in the buffer.
<DT><A HREF="./org/apache/log4j/MDC.html#put(java.lang.String, java.lang.Object)"><B>put(String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/MDC.html" title="class in org.apache.log4j">MDC</A>
<DD>Put a context value (the <code>o</code> parameter) as identified
     with the <code>key</code> parameter into the current thread's
     context map.
<DT><A HREF="./org/apache/log4j/or/RendererMap.html#put(java.lang.Class, org.apache.log4j.or.ObjectRenderer)"><B>put(Class, ObjectRenderer)</B></A> - 
Method in class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or">RendererMap</A>
<DD>Register an <A HREF="./org/apache/log4j/or/ObjectRenderer.html" title="interface in org.apache.log4j.or"><CODE>ObjectRenderer</CODE></A> for <code>clazz</code>.
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/helpers/QuietWriter.html" title="class in org.apache.log4j.helpers"><B>QuietWriter</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>QuietWriter does not throw exceptions when things go
   wrong.<DT><A HREF="./org/apache/log4j/helpers/QuietWriter.html#QuietWriter(java.io.Writer, org.apache.log4j.spi.ErrorHandler)"><B>QuietWriter(Writer, ErrorHandler)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/QuietWriter.html" title="class in org.apache.log4j.helpers">QuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/WriterAppender.html#qw"><B>qw</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>This is the <A HREF="./org/apache/log4j/helpers/QuietWriter.html" title="class in org.apache.log4j.helpers"><CODE>quietWriter</CODE></A> where we will write
     to.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#register(org.apache.log4j.lf5.LogLevel)"><B>register(LogLevel)</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>Registers a used defined LogLevel.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#register(org.apache.log4j.lf5.LogLevel[])"><B>register(LogLevel[])</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#register(java.util.List)"><B>register(List)</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#registerMBean(java.lang.Object, javax.management.ObjectName)"><B>registerMBean(Object, ObjectName)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>Registers MBean instance in the attached server.
<DT><A HREF="./org/apache/log4j/PropertyConfigurator.html#registry"><B>registry</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/PropertyConfigurator.html" title="class in org.apache.log4j">PropertyConfigurator</A>
<DD>Used internally to keep track of configured appenders.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#RELATIVE_TIME_DATE_FORMAT"><B>RELATIVE_TIME_DATE_FORMAT</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>String constant designating relative time.
<DT><A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html" title="class in org.apache.log4j.helpers"><B>RelativeTimeDateFormat</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Formats a <CODE>Date</CODE> by printing the number of milliseconds
   elapsed since construction of the format.<DT><A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html#RelativeTimeDateFormat()"><B>RelativeTimeDateFormat()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html" title="class in org.apache.log4j.helpers">RelativeTimeDateFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/ReloadingPropertyConfigurator.html" title="class in org.apache.log4j.varia"><B>ReloadingPropertyConfigurator</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/varia/ReloadingPropertyConfigurator.html#ReloadingPropertyConfigurator()"><B>ReloadingPropertyConfigurator()</B></A> - 
Constructor for class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/ReloadingPropertyConfigurator.html" title="class in org.apache.log4j.varia">ReloadingPropertyConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/MDC.html#remove(java.lang.String)"><B>remove(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/MDC.html" title="class in org.apache.log4j">MDC</A>
<DD>Remove the the context identified by the <code>key</code>
     parameter.
<DT><A HREF="./org/apache/log4j/NDC.html#remove()"><B>remove()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Remove the diagnostic context for this thread.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#removeAllAppenders()"><B>removeAllAppenders()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Removes and closes all attached appenders.
<DT><A HREF="./org/apache/log4j/Category.html#removeAllAppenders()"><B>removeAllAppenders()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Remove all previously added appenders from this Category
     instance.
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#removeAllAppenders()"><B>removeAllAppenders()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Remove and close all previously attached appenders.
<DT><A HREF="./org/apache/log4j/spi/AppenderAttachable.html#removeAllAppenders()"><B>removeAllAppenders()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi">AppenderAttachable</A>
<DD>Remove all previously added appenders.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#removeAllAppenders()"><B>removeAllAppenders()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Remove all previously added appenders from this Category
     instance.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#removeAppender(org.apache.log4j.Appender)"><B>removeAppender(Appender)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Removes an appender.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#removeAppender(java.lang.String)"><B>removeAppender(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Remove appender by name.
<DT><A HREF="./org/apache/log4j/Category.html#removeAppender(org.apache.log4j.Appender)"><B>removeAppender(Appender)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Remove the appender passed as parameter form the list of appenders.
<DT><A HREF="./org/apache/log4j/Category.html#removeAppender(java.lang.String)"><B>removeAppender(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Remove the appender with the name passed as parameter form the
     list of appenders.
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#removeAppender(org.apache.log4j.Appender)"><B>removeAppender(Appender)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Remove the appender passed as parameter form the list of attached
     appenders.
<DT><A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html#removeAppender(java.lang.String)"><B>removeAppender(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/AppenderAttachableImpl.html" title="class in org.apache.log4j.helpers">AppenderAttachableImpl</A>
<DD>Remove the appender with the name passed as parameter form the
    list of appenders.
<DT><A HREF="./org/apache/log4j/spi/AppenderAttachable.html#removeAppender(org.apache.log4j.Appender)"><B>removeAppender(Appender)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi">AppenderAttachable</A>
<DD>Remove the appender passed as parameter from the list of appenders.
<DT><A HREF="./org/apache/log4j/spi/AppenderAttachable.html#removeAppender(java.lang.String)"><B>removeAppender(String)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/AppenderAttachable.html" title="interface in org.apache.log4j.spi">AppenderAttachable</A>
<DD>Remove the appender with the name passed as parameter from the
    list of appenders.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#removeAppender(org.apache.log4j.Appender)"><B>removeAppender(Appender)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Remove the appender passed as parameter form the list of appenders.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#removeAppender(java.lang.String)"><B>removeAppender(String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Remove the appender with the name passed as parameter form the
     list of appenders.
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#removeAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)"><B>removeAppenderEvent(Category, Appender)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/HierarchyEventListener.html#removeAppenderEvent(org.apache.log4j.Category, org.apache.log4j.Appender)"><B>removeAppenderEvent(Category, Appender)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/HierarchyEventListener.html" title="interface in org.apache.log4j.spi">HierarchyEventListener</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#removeNotificationListener(javax.management.NotificationListener)"><B>removeNotificationListener(NotificationListener)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#removeProperty(java.lang.String)"><B>removeProperty(String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>This removes the specified MDC property from the event.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#removes"><B>removes</B></A> - 
Variable in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Helper object for clearing out the buffer
<DT><A HREF="./org/apache/log4j/DefaultThrowableRenderer.html#render(java.lang.Throwable)"><B>render(Throwable)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/DefaultThrowableRenderer.html" title="class in org.apache.log4j">DefaultThrowableRenderer</A>
<DD>Render throwable using Throwable.printStackTrace.
<DT><A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or"><B>RendererMap</B></A> - Class in <A HREF="./org/apache/log4j/or/package-summary.html">org.apache.log4j.or</A><DD>Map class objects to an <A HREF="./org/apache/log4j/or/ObjectRenderer.html" title="interface in org.apache.log4j.or"><CODE>ObjectRenderer</CODE></A>.<DT><A HREF="./org/apache/log4j/or/RendererMap.html#RendererMap()"><B>RendererMap()</B></A> - 
Constructor for class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/RendererMap.html" title="class in org.apache.log4j.or">RendererMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/RendererSupport.html" title="interface in org.apache.log4j.spi"><B>RendererSupport</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/Category.html#repository"><B>repository</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/RepositorySelector.html" title="interface in org.apache.log4j.spi"><B>RepositorySelector</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>The <code>LogManager</code> uses one (and only one)
   <code>RepositorySelector</code> implementation to select the
   <A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi"><CODE>LoggerRepository</CODE></A> for a particular application context.<DT><A HREF="./org/apache/log4j/Appender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Configurators call this method to determine if the appender
    requires a layout.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Configurators call this method to determine if the appender
    requires a layout.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>JDBCAppender requires a layout.
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>Returns a value that indicates whether this appender requires a
 <code>Layout</code>.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>The JMSAppender sends serialized events and consequently does not
 require a layout.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <code>SMTPAppender</code> requires a <A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j"><CODE>layout</CODE></A>.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>The SocketAppender does not use a layout.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>The SocketHubAppender does not use a layout.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>The SyslogAppender requires a layout.
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.html" title="class in org.apache.log4j.net">TelnetAppender</A>
<DD>This appender requires a layout to format the text to the
      attached client(s).
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>The <code>NTEventLogAppender</code> requires a layout.
<DT><A HREF="./org/apache/log4j/varia/NullAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/NullAppender.html" title="class in org.apache.log4j.varia">NullAppender</A>
<DD>NullAppenders do not need a layout.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#requiresLayout()"><B>requiresLayout()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>The WriterAppender requires a layout.
<DT><A HREF="./org/apache/log4j/FileAppender.html#reset()"><B>reset()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Close any previously opened file and call the parent's
     <code>reset</code>.
<DT><A HREF="./org/apache/log4j/lf5/PassingLogRecordFilter.html#reset()"><B>reset()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/PassingLogRecordFilter.html" title="class in org.apache.log4j.lf5">PassingLogRecordFilter</A>
<DD>Does nothing.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#reset()"><B>reset()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Clear internal references to the writer and other variables.
<DT><A HREF="./org/apache/log4j/BasicConfigurator.html#resetConfiguration()"><B>resetConfiguration()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/BasicConfigurator.html" title="class in org.apache.log4j">BasicConfigurator</A>
<DD>Reset the default hierarchy to its defaut.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#resetConfiguration()"><B>resetConfiguration()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Reset all values contained in this hierarchy instance to their
     default.
<DT><A HREF="./org/apache/log4j/LogManager.html#resetConfiguration()"><B>resetConfiguration()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#resetConfiguration()"><B>resetConfiguration()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#resetConfiguration()"><B>resetConfiguration()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#resetLogLevelColorMap()"><B>resetLogLevelColorMap()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#resetSequenceNumber()"><B>resetSequenceNumber()</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Resets that sequence number to 0.
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#resize(int)"><B>resize(int)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Resize the buffer to a new size.
<DT><A HREF="./org/apache/log4j/helpers/CyclicBuffer.html#resize(int)"><B>resize(int)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CyclicBuffer.html" title="class in org.apache.log4j.helpers">CyclicBuffer</A>
<DD>Resize the cyclic buffer to <code>newSize</code>.
<DT><A HREF="./org/apache/log4j/xml/Log4jEntityResolver.html#resolveEntity(java.lang.String, java.lang.String)"><B>resolveEntity(String, String)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/Log4jEntityResolver.html" title="class in org.apache.log4j.xml">Log4jEntityResolver</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html#resourceBundle"><B>resourceBundle</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html#ROLL_OVER"><B>ROLL_OVER</B></A> - 
Static variable in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html" title="class in org.apache.log4j.varia">ExternallyRolledFileAppender</A>
<DD>The string constant sent to initiate a roll over.
<DT><A HREF="./org/apache/log4j/varia/Roller.html" title="class in org.apache.log4j.varia"><B>Roller</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>A simple application to send roll over messages to a potentially
   remote <A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html" title="class in org.apache.log4j.varia"><CODE>ExternallyRolledFileAppender</CODE></A>.<DT><A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j"><B>RollingFileAppender</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>RollingFileAppender extends FileAppender to backup the log files when
   they reach a certain size.<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#RollingFileAppender()"><B>RollingFileAppender()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>The default constructor simply calls its <A HREF="./org/apache/log4j/FileAppender.html#FileAppender(org.apache.log4j.Layout, java.lang.String)"><CODE>parents constructor</CODE></A>.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#RollingFileAppender(org.apache.log4j.Layout, java.lang.String, boolean)"><B>RollingFileAppender(Layout, String, boolean)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>Instantiate a RollingFileAppender and open the file designated by
    <code>filename</code>.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#RollingFileAppender(org.apache.log4j.Layout, java.lang.String)"><B>RollingFileAppender(Layout, String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>Instantiate a FileAppender and open the file designated by
    <code>filename</code>.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#rollOver()"><B>rollOver()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>Implements the usual roll over behaviour.
<DT><A HREF="./org/apache/log4j/spi/RootCategory.html" title="class in org.apache.log4j.spi"><B>RootCategory</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD><B>Deprecated.</B>&nbsp;<I>Replaced by <A HREF="./org/apache/log4j/spi/RootLogger.html" title="class in org.apache.log4j.spi"><CODE>RootLogger</CODE></A>.</I><DT><A HREF="./org/apache/log4j/spi/RootCategory.html#RootCategory(org.apache.log4j.Level)"><B>RootCategory(Level)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RootCategory.html" title="class in org.apache.log4j.spi">RootCategory</A>
<DD><B>Deprecated.</B>&nbsp;The root category names itself as "root".
<DT><A HREF="./org/apache/log4j/config/PropertySetterException.html#rootCause"><B>rootCause</B></A> - 
Variable in exception org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetterException.html" title="class in org.apache.log4j.config">PropertySetterException</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/RootLogger.html" title="class in org.apache.log4j.spi"><B>RootLogger</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>RootLogger sits at the top of the logger hierachy.<DT><A HREF="./org/apache/log4j/spi/RootLogger.html#RootLogger(org.apache.log4j.Level)"><B>RootLogger(Level)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RootLogger.html" title="class in org.apache.log4j.spi">RootLogger</A>
<DD>The root logger names itself as "root".
<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html#run()"><B>run()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers">FileWatchdog</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketNode.html#run()"><B>run()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketNode.html" title="class in org.apache.log4j.net">SocketNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html#run()"><B>run()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html" title="class in org.apache.log4j.net">TelnetAppender.SocketHandler</A>
<DD>Continually accepts client connections.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/xml/SAXErrorHandler.html" title="class in org.apache.log4j.xml"><B>SAXErrorHandler</B></A> - Class in <A HREF="./org/apache/log4j/xml/package-summary.html">org.apache.log4j.xml</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/xml/SAXErrorHandler.html#SAXErrorHandler()"><B>SAXErrorHandler()</B></A> - 
Constructor for class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/SAXErrorHandler.html" title="class in org.apache.log4j.xml">SAXErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#selectAndConfigure(java.net.URL, java.lang.String, org.apache.log4j.spi.LoggerRepository)"><B>selectAndConfigure(URL, String, LoggerRepository)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>Configure log4j given a URL.
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html#send(java.lang.String)"><B>send(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html" title="class in org.apache.log4j.net">TelnetAppender.SocketHandler</A>
<DD>sends a message to each of the clients in telnet-friendly output.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#sendBuffer()"><B>sendBuffer()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Send the contents of the cyclic buffer as an e-mail message.
<DT><A HREF="./org/apache/log4j/varia/LevelMatchFilter.html#setAcceptOnMatch(boolean)"><B>setAcceptOnMatch(boolean)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelMatchFilter.html" title="class in org.apache.log4j.varia">LevelMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html#setAcceptOnMatch(boolean)"><B>setAcceptOnMatch(boolean)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia">LevelRangeFilter</A>
<DD>Set the <code>AcceptOnMatch</code> option.
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#setAcceptOnMatch(boolean)"><B>setAcceptOnMatch(boolean)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Category.html#setAdditivity(boolean)"><B>setAdditivity(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Set the additivity flag for this Category instance.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#setAdvertiseViaMulticastDNS(boolean)"><B>setAdvertiseViaMulticastDNS(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#setAdvertiseViaMulticastDNS(boolean)"><B>setAdvertiseViaMulticastDNS(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/FileAppender.html#setAppend(boolean)"><B>setAppend(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>The <b>Append</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html#setAppender(org.apache.log4j.Appender)"><B>setAppender(Appender)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers">OnlyOnceErrorHandler</A>
<DD>Does not do anything.
<DT><A HREF="./org/apache/log4j/spi/ErrorHandler.html#setAppender(org.apache.log4j.Appender)"><B>setAppender(Appender)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi">ErrorHandler</A>
<DD>Set the appender for which errors are handled.
<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html#setAppender(org.apache.log4j.Appender)"><B>setAppender(Appender)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia">FallbackErrorHandler</A>
<DD>The appender to which this error handler is attached.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#setApplication(java.lang.String)"><B>setApplication(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>The <b>App</b> option takes a string value which should be the name of the 
 application getting logged.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#setApplication(java.lang.String)"><B>setApplication(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>The <b>App</b> option takes a string value which should be the name of the application getting logged.
<DT><A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html#setAttribute(javax.management.Attribute)"><B>setAttribute(Attribute)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AppenderDynamicMBean.html" title="class in org.apache.log4j.jmx">AppenderDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html#setAttribute(javax.management.Attribute)"><B>setAttribute(Attribute)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/HierarchyDynamicMBean.html" title="class in org.apache.log4j.jmx">HierarchyDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html#setAttribute(javax.management.Attribute)"><B>setAttribute(Attribute)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LayoutDynamicMBean.html" title="class in org.apache.log4j.jmx">LayoutDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html#setAttribute(javax.management.Attribute)"><B>setAttribute(Attribute)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/LoggerDynamicMBean.html" title="class in org.apache.log4j.jmx">LoggerDynamicMBean</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html#setAttributes(javax.management.AttributeList)"><B>setAttributes(AttributeList)</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/AbstractDynamicMBean.html" title="class in org.apache.log4j.jmx">AbstractDynamicMBean</A>
<DD>Sets the values of several attributes of the Dynamic MBean, and returns the
 list of attributes that have been set.
<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html#setBackupAppender(org.apache.log4j.Appender)"><B>setBackupAppender(Appender)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers">OnlyOnceErrorHandler</A>
<DD>Does not do anything.
<DT><A HREF="./org/apache/log4j/spi/ErrorHandler.html#setBackupAppender(org.apache.log4j.Appender)"><B>setBackupAppender(Appender)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi">ErrorHandler</A>
<DD>Set the appender to falkback upon in case of failure.
<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html#setBackupAppender(org.apache.log4j.Appender)"><B>setBackupAppender(Appender)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia">FallbackErrorHandler</A>
<DD>Set the backup appender.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setBcc(java.lang.String)"><B>setBcc(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Set the bcc recipient addresses.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#setBlocking(boolean)"><B>setBlocking(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Sets whether appender should wait if there is no
 space available in the event buffer or immediately return.
<DT><A HREF="./org/apache/log4j/FileAppender.html#setBufferedIO(boolean)"><B>setBufferedIO(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>The <b>BufferedIO</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#setBufferSize(int)"><B>setBufferSize(int)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>Sets the number of messages allowed in the event buffer
 before the calling thread is blocked (if blocking is true)
 or until messages are summarized and discarded.
<DT><A HREF="./org/apache/log4j/FileAppender.html#setBufferSize(int)"><B>setBufferSize(int)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Set the size of the IO buffer.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#setBufferSize(int)"><B>setBufferSize(int)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setBufferSize(int)"><B>setBufferSize(int)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>BufferSize</b> option takes a positive integer
     representing the maximum number of logging events to collect in a
     cyclic buffer.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#setBufferSize(int)"><B>setBufferSize(int)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>The <b>BufferSize</b> option takes a positive integer representing the number of events this appender will buffer and send to newly connected
 clients.
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#setCallSystemExitOnClose(boolean)"><B>setCallSystemExitOnClose(boolean)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>This method is used to set the property that controls whether
 the <code>LogBrokerMonitor</code> is hidden or closed when a user
 exits
 the monitor.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setCategory(java.lang.String)"><B>setCategory(String)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the category associated with this LogRecord.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#setCategoryPrefixing(boolean)"><B>setCategoryPrefixing(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>The <b>CategoryPrefixing</b> option specifies whether <A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j"><CODE>Category</CODE></A>
     name is part of log output or not.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setCc(java.lang.String)"><B>setCc(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Set the cc recipient addresses.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#setContextPrinting(boolean)"><B>setContextPrinting(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>The <b>ContextPrinting</b> option specifies log output will include
     the nested context information belonging to the current thread.
<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#setConversionPattern(java.lang.String)"><B>setConversionPattern(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>Set the <b>ConversionPattern</b> option.
<DT><A HREF="./org/apache/log4j/PatternLayout.html#setConversionPattern(java.lang.String)"><B>setConversionPattern(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>Set the <b>ConversionPattern</b> option.
<DT><A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html#setCount(long)"><B>setCount(long)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html" title="class in org.apache.log4j.helpers">CountingQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#setDateFormat(java.lang.String)"><B>setDateFormat(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>The value of the <b>DateFormat</b> option should be either an
    argument to the constructor of <CODE>SimpleDateFormat</CODE> or one of
    the srings "NULL", "RELATIVE", "ABSOLUTE", "DATE" or "ISO8601.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#setDateFormat(java.text.DateFormat, java.util.TimeZone)"><B>setDateFormat(DateFormat, TimeZone)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>Sets the <CODE>DateFormat</CODE> used to format time and date in the
     zone determined by <code>timeZone</code>.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#setDateFormat(java.lang.String, java.util.TimeZone)"><B>setDateFormat(String, TimeZone)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>Sets the DateFormat used to format date and time in the time zone
     determined by <code>timeZone</code> parameter.
<DT><A HREF="./org/apache/log4j/DailyRollingFileAppender.html#setDatePattern(java.lang.String)"><B>setDatePattern(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/DailyRollingFileAppender.html" title="class in org.apache.log4j">DailyRollingFileAppender</A>
<DD>The <b>DatePattern</b> takes a string in the same format as
     expected by <CODE>SimpleDateFormat</CODE>.
<DT><A HREF="./org/apache/log4j/helpers/FileWatchdog.html#setDelay(long)"><B>setDelay(long)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/FileWatchdog.html" title="class in org.apache.log4j.helpers">FileWatchdog</A>
<DD>Set the delay to observe between each check of the file changes.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#setDisableOverride(java.lang.String)"><B>setDisableOverride(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD><B>Deprecated.</B>&nbsp;<I>Deprecated with no replacement.</I>
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#setDriver(java.lang.String)"><B>setDriver(String)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Ensures that the given driver class has been loaded for sql connection
 creation.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#setEncoding(java.lang.String)"><B>setEncoding(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Appender.html#setErrorHandler(org.apache.log4j.spi.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Set the <A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi"><CODE>ErrorHandler</CODE></A> for this appender.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#setErrorHandler(org.apache.log4j.spi.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Set the <A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi"><CODE>ErrorHandler</CODE></A> for this Appender.
<DT><A HREF="./org/apache/log4j/helpers/QuietWriter.html#setErrorHandler(org.apache.log4j.spi.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/QuietWriter.html" title="class in org.apache.log4j.helpers">QuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/WriterAppender.html#setErrorHandler(org.apache.log4j.spi.ErrorHandler)"><B>setErrorHandler(ErrorHandler)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Set the <A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi"><CODE>ErrorHandler</CODE></A> for this WriterAppender and also the
     underlying <A HREF="./org/apache/log4j/helpers/QuietWriter.html" title="class in org.apache.log4j.helpers"><CODE>QuietWriter</CODE></A> if any.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setEvaluator(org.apache.log4j.spi.TriggeringEventEvaluator)"><B>setEvaluator(TriggeringEventEvaluator)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Sets triggering evaluator.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setEvaluatorClass(java.lang.String)"><B>setEvaluatorClass(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>EvaluatorClass</b> option takes a string value
     representing the name of the class implementing the <A HREF="./org/apache/log4j/spi/TriggeringEventEvaluator.html" title="interface in org.apache.log4j.spi"><CODE>TriggeringEventEvaluator</CODE></A> interface.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#setFacility(java.lang.String)"><B>setFacility(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Set the syslog facility.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#setFacilityPrinting(boolean)"><B>setFacilityPrinting(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>If the <b>FacilityPrinting</b> option is set to true, the printed
    message will include the facility name of the application.
<DT><A HREF="./org/apache/log4j/FileAppender.html#setFile(java.lang.String)"><B>setFile(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>The <b>File</b> property takes a string value which should be the
     name of the file to append to.
<DT><A HREF="./org/apache/log4j/FileAppender.html#setFile(java.lang.String, boolean, boolean, int)"><B>setFile(String, boolean, boolean, int)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Sets and <i>opens</i> the file where the log output will
    go.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#setFile(java.lang.String, boolean, boolean, int)"><B>setFile(String, boolean, boolean, int)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#setFollow(boolean)"><B>setFollow(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Sets whether the appender honors reassignments of System.out
  or System.err made after configuration.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setFrom(java.lang.String)"><B>setFrom(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>From</b> option takes a string value which should be a
     e-mail address of the sender.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#setHeader(boolean)"><B>setHeader(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>Returns whether the appender produces the HEADER part (that is, timestamp and host name)
 of the syslog packet.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#setImmediateFlush(boolean)"><B>setImmediateFlush(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>If the <b>ImmediateFlush</b> option is set to
     <code>true</code>, the appender will flush at the end of each
     write.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setInitialContextFactoryName(java.lang.String)"><B>setInitialContextFactoryName(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>Setting the <b>InitialContextFactoryName</b> method will cause
 this <code>JMSAppender</code> instance to use the <CODE>InitialContext.InitialContext(Hashtable)</CODE> method instead of the
 no-argument constructor.
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#setInternalDebugging(boolean)"><B>setInternalDebugging(boolean)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>Allows to enable/disable log4j internal logging.
<DT><A HREF="./org/apache/log4j/Appender.html#setLayout(org.apache.log4j.Layout)"><B>setLayout(Layout)</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Set the <A HREF="./org/apache/log4j/Layout.html" title="class in org.apache.log4j"><CODE>Layout</CODE></A> for this appender.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#setLayout(org.apache.log4j.Layout)"><B>setLayout(Layout)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Set the layout for this appender.
<DT><A HREF="./org/apache/log4j/Category.html#setLevel(org.apache.log4j.Level)"><B>setLevel(Level)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Set the level of this Category.
<DT><A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html#setLevel(int)"><B>setLevel(int)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html" title="class in org.apache.log4j.helpers">SyslogQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setLevel(org.apache.log4j.lf5.LogLevel)"><B>setLevel(LogLevel)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the level of this LogRecord.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#setLevel(org.apache.log4j.Level)"><B>setLevel(Level)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Set the level of this Category.
<DT><A HREF="./org/apache/log4j/spi/RootCategory.html#setLevel(org.apache.log4j.Level)"><B>setLevel(Level)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RootCategory.html" title="class in org.apache.log4j.spi">RootCategory</A>
<DD><B>Deprecated.</B>&nbsp;Setting a null value to the level of the root category may have catastrophic
     results.
<DT><A HREF="./org/apache/log4j/spi/RootLogger.html#setLevel(org.apache.log4j.Level)"><B>setLevel(Level)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RootLogger.html" title="class in org.apache.log4j.spi">RootLogger</A>
<DD>Setting a null value to the level of the root logger may have catastrophic
     results.
<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html#setLevelMax(org.apache.log4j.Level)"><B>setLevelMax(Level)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia">LevelRangeFilter</A>
<DD>Set the <code>LevelMax</code> option.
<DT><A HREF="./org/apache/log4j/varia/LevelRangeFilter.html#setLevelMin(org.apache.log4j.Level)"><B>setLevelMin(Level)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelRangeFilter.html" title="class in org.apache.log4j.varia">LevelRangeFilter</A>
<DD>Set the <code>LevelMin</code> option.
<DT><A HREF="./org/apache/log4j/varia/LevelMatchFilter.html#setLevelToMatch(java.lang.String)"><B>setLevelToMatch(String)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/LevelMatchFilter.html" title="class in org.apache.log4j.varia">LevelMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setLocation(java.lang.String)"><B>setLocation(String)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the location in code where this LogRecord originated.
<DT><A HREF="./org/apache/log4j/AsyncAppender.html#setLocationInfo(boolean)"><B>setLocationInfo(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AsyncAppender.html" title="class in org.apache.log4j">AsyncAppender</A>
<DD>The <b>LocationInfo</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#setLocationInfo(boolean)"><B>setLocationInfo(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>The <b>LocationInfo</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#setLocationInfo(boolean)"><B>setLocationInfo(boolean)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>The <b>LocationInfo</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setLocationInfo(boolean)"><B>setLocationInfo(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>If true, the information sent to the remote subscriber will
      include caller's location information.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setLocationInfo(boolean)"><B>setLocationInfo(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>LocationInfo</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#setLocationInfo(boolean)"><B>setLocationInfo(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>The <b>LocationInfo</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#setLocationInfo(boolean)"><B>setLocationInfo(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>The <b>LocationInfo</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html#setLocationInfo(boolean)"><B>setLocationInfo(boolean)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml">XMLLayout</A>
<DD>The <b>LocationInfo</b> option takes a boolean value.
<DT><A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html#setLogger(org.apache.log4j.Logger)"><B>setLogger(Logger)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OnlyOnceErrorHandler.html" title="class in org.apache.log4j.helpers">OnlyOnceErrorHandler</A>
<DD>Does not do anything.
<DT><A HREF="./org/apache/log4j/spi/ErrorHandler.html#setLogger(org.apache.log4j.Logger)"><B>setLogger(Logger)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorHandler.html" title="interface in org.apache.log4j.spi">ErrorHandler</A>
<DD>Add a reference to a logger to which the failing appender might
     be attached to.
<DT><A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html#setLogger(org.apache.log4j.Logger)"><B>setLogger(Logger)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/FallbackErrorHandler.html" title="class in org.apache.log4j.varia">FallbackErrorHandler</A>
<DD><em>Adds</em> the logger passed as parameter to the list of
     loggers that we need to search for in case of appender failure.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#setLogLevelColorMap(org.apache.log4j.lf5.LogLevel, java.awt.Color)"><B>setLogLevelColorMap(LogLevel, Color)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#setMaxBackupIndex(int)"><B>setMaxBackupIndex(int)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>Set the maximum number of backup files to keep around.
<DT><A HREF="./org/apache/log4j/NDC.html#setMaxDepth(int)"><B>setMaxDepth(int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/NDC.html" title="class in org.apache.log4j">NDC</A>
<DD>Set maximum depth of this diagnostic context.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#setMaxFileSize(java.lang.String)"><B>setMaxFileSize(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>Set the maximum size that the output file is allowed to reach
     before being rolled over to backup files.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#setMaximumFileSize(long)"><B>setMaximumFileSize(long)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>Set the maximum size that the output file is allowed to reach
     before being rolled over to backup files.
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#setMaxNumberOfRecords(int)"><B>setMaxNumberOfRecords(int)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setMessage(java.lang.String)"><B>setMessage(String)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the message associated with this LogRecord.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setMillis(long)"><B>setMillis(long)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the event time of this record.
<DT><A HREF="./org/apache/log4j/Appender.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in interface org.apache.log4j.<A HREF="./org/apache/log4j/Appender.html" title="interface in org.apache.log4j">Appender</A>
<DD>Set the name of this appender.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Set the name of this Appender.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setNDC(java.lang.String)"><B>setNDC(String)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the NDC (nested diagnostic context) for this record.
<DT><A HREF="./org/apache/log4j/spi/Filter.html#setNext(org.apache.log4j.spi.Filter)"><B>setNext(Filter)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/Filter.html" title="class in org.apache.log4j.spi">Filter</A>
<DD>Set the next filter pointer.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#setOption(java.lang.String, java.lang.String)"><B>setOption(String, String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the setter method for the option directly instead
     of the generic <code>setOption</code> method.</I>
<DT><A HREF="./org/apache/log4j/varia/DenyAllFilter.html#setOption(java.lang.String, java.lang.String)"><B>setOption(String, String)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/DenyAllFilter.html" title="class in org.apache.log4j.varia">DenyAllFilter</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the setter method for the option directly instead
     of the generic <code>setOption</code> method.</I>
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#setOption(java.lang.String, java.lang.String)"><B>setOption(String, String)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use the setter method for the option directly instead
     of the generic <code>setOption</code> method.</I>
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#setParameter(org.w3c.dom.Element, org.apache.log4j.config.PropertySetter)"><B>setParameter(Element, PropertySetter)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#setParameter(org.w3c.dom.Element, org.apache.log4j.config.PropertySetter, java.util.Properties)"><B>setParameter(Element, PropertySetter, Properties)</B></A> - 
Static method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Sets a parameter based from configuration file content.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#setPassword(java.lang.String)"><B>setPassword(String)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setPassword(java.lang.String)"><B>setPassword(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>The paswword to use when creating a topic session.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#setPort(int)"><B>setPort(int)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>The <b>Port</b> option takes a positive integer representing
     the port where the server is waiting for connections.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#setPort(int)"><B>setPort(int)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>The <b>Port</b> option takes a positive integer representing
     the port where the server is waiting for connections.
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.html#setPort(int)"><B>setPort(int)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.html" title="class in org.apache.log4j.net">TelnetAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html#setPort(int)"><B>setPort(int)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/ExternallyRolledFileAppender.html" title="class in org.apache.log4j.varia">ExternallyRolledFileAppender</A>
<DD>The <b>Port</b> [roperty is used for setting the port for
     listening to external roll over messages.
<DT><A HREF="./org/apache/log4j/Category.html#setPriority(org.apache.log4j.Priority)"><B>setPriority(Priority)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/Category.html#setLevel(org.apache.log4j.Level)"><CODE>Category.setLevel(org.apache.log4j.Level)</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#setPriority(org.apache.log4j.Priority)"><B>setPriority(Priority)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Set the level of this Category.
<DT><A HREF="./org/apache/log4j/spi/RootCategory.html#setPriority(org.apache.log4j.Level)"><B>setPriority(Level)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RootCategory.html" title="class in org.apache.log4j.spi">RootCategory</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#setProperties(java.lang.Object, java.util.Properties, java.lang.String)"><B>setProperties(Object, Properties, String)</B></A> - 
Static method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>Set the properties of an object passed as a parameter in one
     go.
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#setProperties(java.util.Properties, java.lang.String)"><B>setProperties(Properties, String)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>Set the properites for the object that match the
     <code>prefix</code> passed as parameter.
<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html#setProperties(boolean)"><B>setProperties(boolean)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml">XMLLayout</A>
<DD>Sets whether MDC key-value pairs should be output, default false.
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#setProperty(java.lang.String, java.lang.String)"><B>setProperty(String, String)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>Set a property on this PropertySetter's Object.
<DT><A HREF="./org/apache/log4j/config/PropertySetter.html#setProperty(java.beans.PropertyDescriptor, java.lang.String, java.lang.String)"><B>setProperty(PropertyDescriptor, String, String)</B></A> - 
Method in class org.apache.log4j.config.<A HREF="./org/apache/log4j/config/PropertySetter.html" title="class in org.apache.log4j.config">PropertySetter</A>
<DD>Set the named property given a <CODE>PropertyDescriptor</CODE>.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#setProperty(java.lang.String, java.lang.String)"><B>setProperty(String, String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>Set value for MDC property.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setProviderURL(java.lang.String)"><B>setProviderURL(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#setQuietMode(boolean)"><B>setQuietMode(boolean)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>In quite mode no LogLog generates strictly no output, not even
     for errors.
<DT><A HREF="./org/apache/log4j/FileAppender.html#setQWForFiles(java.io.Writer)"><B>setQWForFiles(Writer)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/FileAppender.html" title="class in org.apache.log4j">FileAppender</A>
<DD>Sets the quiet writer being used.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#setQWForFiles(java.io.Writer)"><B>setQWForFiles(Writer)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#setReconnectionDelay(int)"><B>setReconnectionDelay(int)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>The <b>ReconnectionDelay</b> option takes a positive integer
     representing the number of milliseconds to wait between each
     failed connection attempt to the server.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#setRemoteHost(java.lang.String)"><B>setRemoteHost(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>The <b>RemoteHost</b> option takes a string value which should be
 the host name of the server where a <A HREF="./org/apache/log4j/net/SocketNode.html" title="class in org.apache.log4j.net"><CODE>SocketNode</CODE></A> is
 running.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#setRenderer(java.lang.Class, org.apache.log4j.or.ObjectRenderer)"><B>setRenderer(Class, ObjectRenderer)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Used by subclasses to add a renderer to the hierarchy passed as parameter.
<DT><A HREF="./org/apache/log4j/spi/RendererSupport.html#setRenderer(java.lang.Class, org.apache.log4j.or.ObjectRenderer)"><B>setRenderer(Class, ObjectRenderer)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/RendererSupport.html" title="interface in org.apache.log4j.spi">RendererSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setReplyTo(java.lang.String)"><B>setReplyTo(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Set the e-mail addresses to which replies should be directed.
<DT><A HREF="./org/apache/log4j/LogManager.html#setRepositorySelector(org.apache.log4j.spi.RepositorySelector, java.lang.Object)"><B>setRepositorySelector(RepositorySelector, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>Sets <code>LoggerFactory</code> but only if the correct
     <em>guard</em> is passed as parameter.
<DT><A HREF="./org/apache/log4j/Category.html#setResourceBundle(java.util.ResourceBundle)"><B>setResourceBundle(ResourceBundle)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Set the resource bundle to be used with localized logging
     methods <A HREF="./org/apache/log4j/Category.html#l7dlog(org.apache.log4j.Priority, java.lang.String, java.lang.Throwable)"><CODE>Category.l7dlog(Priority,String,Throwable)</CODE></A> and <A HREF="./org/apache/log4j/Category.html#l7dlog(org.apache.log4j.Priority, java.lang.String, java.lang.Object[], java.lang.Throwable)"><CODE>Category.l7dlog(Priority,String,Object[],Throwable)</CODE></A>.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#setResourceBundle(java.util.ResourceBundle)"><B>setResourceBundle(ResourceBundle)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Set the resource bundle to be used with localized logging
     methods <A HREF="./org/apache/log4j/Category.html#l7dlog(org.apache.log4j.Priority, java.lang.String, java.lang.Throwable)"><CODE>Category.l7dlog(Priority,String,Throwable)</CODE></A> and <A HREF="./org/apache/log4j/Category.html#l7dlog(org.apache.log4j.Priority, java.lang.String, java.lang.Object[], java.lang.Throwable)"><CODE>Category.l7dlog(Priority,String,Object[],Throwable)</CODE></A>.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setSecurityCredentials(java.lang.String)"><B>setSecurityCredentials(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setSecurityPrincipalName(java.lang.String)"><B>setSecurityPrincipalName(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setSendOnClose(boolean)"><B>setSendOnClose(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Set sendOnClose.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setSequenceNumber(long)"><B>setSequenceNumber(long)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the sequence number assocsiated with this LogRecord.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setSMTPDebug(boolean)"><B>setSMTPDebug(boolean)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Setting the <b>SmtpDebug</b> option to true will cause the mail session to log its server interaction to stdout.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setSMTPHost(java.lang.String)"><B>setSMTPHost(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>SMTPHost</b> option takes a string value which should be a
     the host name of the SMTP server that will send the e-mail message.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setSMTPPassword(java.lang.String)"><B>setSMTPPassword(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>SmtpPassword</b> option takes a string value which should be the password required to authenticate against
 the mail server.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setSMTPPort(int)"><B>setSMTPPort(int)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Set port.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setSMTPProtocol(java.lang.String)"><B>setSMTPProtocol(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Set transport protocol.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setSMTPUsername(java.lang.String)"><B>setSMTPUsername(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>SmtpUsername</b> option takes a string value which should be the username required to authenticate against
 the mail server.
<DT><A HREF="./org/apache/log4j/nt/NTEventLogAppender.html#setSource(java.lang.String)"><B>setSource(String)</B></A> - 
Method in class org.apache.log4j.nt.<A HREF="./org/apache/log4j/nt/NTEventLogAppender.html" title="class in org.apache.log4j.nt">NTEventLogAppender</A>
<DD>The <b>Source</b> option which names the source of the event.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#setSql(java.lang.String)"><B>setSql(String)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#setStringToMatch(java.lang.String)"><B>setStringToMatch(String)</B></A> - 
Method in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setSubject(java.lang.String)"><B>setSubject(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>Subject</b> option takes a string value which should be a
     the subject of the e-mail message.
<DT><A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html#setSyslogFacility(int)"><B>setSyslogFacility(int)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html" title="class in org.apache.log4j.helpers">SyslogQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#setSyslogHost(java.lang.String)"><B>setSyslogHost(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>The <b>SyslogHost</b> option is the name of the the syslog host
    where log output should go.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#setTarget(java.lang.String)"><B>setTarget(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>Sets the value of the <b>Target</b> option.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setThreadDescription(java.lang.String)"><B>setThreadDescription(String)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the thread description associated with this LogRecord.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#setThreadPrinting(boolean)"><B>setThreadPrinting(boolean)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>The <b>ThreadPrinting</b> option specifies whether the name of the
     current thread is part of log output or not.
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#setThreshold(org.apache.log4j.Priority)"><B>setThreshold(Priority)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>Set the threshold level.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#setThreshold(java.lang.String)"><B>setThreshold(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>The string form of <A HREF="./org/apache/log4j/Hierarchy.html#setThreshold(org.apache.log4j.Level)"><CODE>Hierarchy.setThreshold(Level)</CODE></A>.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#setThreshold(org.apache.log4j.Level)"><B>setThreshold(Level)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Enable logging for logging requests with level <code>l</code> or
     higher.
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#setThreshold(org.apache.log4j.Level)"><B>setThreshold(Level)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>Set the repository-wide threshold.
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#setThreshold(java.lang.String)"><B>setThreshold(String)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>Another form of <A HREF="./org/apache/log4j/spi/LoggerRepository.html#setThreshold(org.apache.log4j.Level)"><CODE>LoggerRepository.setThreshold(Level)</CODE></A> accepting a string
      parameter instead of a <code>Level</code>.
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#setThreshold(org.apache.log4j.Level)"><B>setThreshold(Level)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>Set the repository-wide threshold.
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#setThreshold(java.lang.String)"><B>setThreshold(String)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>Another form of <A HREF="./org/apache/log4j/spi/LoggerRepository.html#setThreshold(org.apache.log4j.Level)"><CODE>LoggerRepository.setThreshold(Level)</CODE></A> accepting a string
      parameter instead of a <code>Level</code>.
<DT><A HREF="./org/apache/log4j/Hierarchy.html#setThrowableRenderer(org.apache.log4j.spi.ThrowableRenderer)"><B>setThrowableRenderer(ThrowableRenderer)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Set throwable renderer.
<DT><A HREF="./org/apache/log4j/spi/ThrowableRendererSupport.html#setThrowableRenderer(org.apache.log4j.spi.ThrowableRenderer)"><B>setThrowableRenderer(ThrowableRenderer)</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ThrowableRendererSupport.html" title="interface in org.apache.log4j.spi">ThrowableRendererSupport</A>
<DD>Set throwable renderer.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setThrown(java.lang.Throwable)"><B>setThrown(Throwable)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the Throwable associated with this LogRecord.
<DT><A HREF="./org/apache/log4j/lf5/Log4JLogRecord.html#setThrownStackTrace(org.apache.log4j.spi.ThrowableInformation)"><B>setThrownStackTrace(ThrowableInformation)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/Log4JLogRecord.html" title="class in org.apache.log4j.lf5">Log4JLogRecord</A>
<DD>Set stack trace information associated with this Log4JLogRecord.
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#setThrownStackTrace(java.lang.String)"><B>setThrownStackTrace(String)</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Set the ThrownStackTrace for the log record.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#setTimeZone(java.lang.String)"><B>setTimeZone(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD>The <b>TimeZoneID</b> option is a time zone ID string in the format
    expected by the <CODE>TimeZone.getTimeZone(java.lang.String)</CODE> method.
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>The <b>Title</b> option takes a String value.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#setTo(java.lang.String)"><B>setTo(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The <b>To</b> option takes a string value which should be a
     comma separated list of e-mail address of the recipients.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setTopicBindingName(java.lang.String)"><B>setTopicBindingName(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>The <b>TopicBindingName</b> option takes a
     string value.
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setTopicConnectionFactoryBindingName(java.lang.String)"><B>setTopicConnectionFactoryBindingName(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>The <b>TopicConnectionFactoryBindingName</b> option takes a
     string value.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#setURL(java.lang.String)"><B>setURL(String)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setURLPkgPrefixes(java.lang.String)"><B>setURLPkgPrefixes(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#setUser(java.lang.String)"><B>setUser(String)</B></A> - 
Method in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/JMSAppender.html#setUserName(java.lang.String)"><B>setUserName(String)</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/JMSAppender.html" title="class in org.apache.log4j.net">JMSAppender</A>
<DD>The user name to use when <CODE>creating a topic session</CODE>.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#setWriter(java.io.Writer)"><B>setWriter(Writer)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Sets the Writer where the log output will go.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#SEVERE"><B>SEVERE</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/WriterAppender.html#shouldFlush(org.apache.log4j.spi.LoggingEvent)"><B>shouldFlush(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Determines whether the writer should be flushed after
 this event is written.
<DT><A HREF="./org/apache/log4j/Category.html#shutdown()"><B>shutdown()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use <A HREF="./org/apache/log4j/LogManager.html#shutdown()"><CODE>LogManager.shutdown()</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/Hierarchy.html#shutdown()"><B>shutdown()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Hierarchy.html" title="class in org.apache.log4j">Hierarchy</A>
<DD>Shutting down a hierarchy will <em>safely</em> close and remove
     all appenders in all categories including the root logger.
<DT><A HREF="./org/apache/log4j/LogManager.html#shutdown()"><B>shutdown()</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogManager.html" title="class in org.apache.log4j">LogManager</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/LoggerRepository.html#shutdown()"><B>shutdown()</B></A> - 
Method in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggerRepository.html" title="interface in org.apache.log4j.spi">LoggerRepository</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html#shutdown()"><B>shutdown()</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLoggerRepository.html" title="class in org.apache.log4j.spi">NOPLoggerRepository</A>
<DD>
<DT><A HREF="./org/apache/log4j/SimpleLayout.html" title="class in org.apache.log4j"><B>SimpleLayout</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>SimpleLayout consists of the level of the log statement,
   followed by " - " and then the log message itself.<DT><A HREF="./org/apache/log4j/SimpleLayout.html#SimpleLayout()"><B>SimpleLayout()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/SimpleLayout.html" title="class in org.apache.log4j">SimpleLayout</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SimpleSocketServer.html" title="class in org.apache.log4j.net"><B>SimpleSocketServer</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>A simple <A HREF="./org/apache/log4j/net/SocketNode.html" title="class in org.apache.log4j.net"><CODE>SocketNode</CODE></A> based server.<DT><A HREF="./org/apache/log4j/net/SimpleSocketServer.html#SimpleSocketServer()"><B>SimpleSocketServer()</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SimpleSocketServer.html" title="class in org.apache.log4j.net">SimpleSocketServer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net"><B>SMTPAppender</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>Send an e-mail when a specific logging event occurs, typically on
   errors or fatal errors.<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#SMTPAppender()"><B>SMTPAppender()</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>The default constructor will instantiate the appender with a
     <A HREF="./org/apache/log4j/spi/TriggeringEventEvaluator.html" title="interface in org.apache.log4j.spi"><CODE>TriggeringEventEvaluator</CODE></A> that will trigger on events with
     level ERROR or higher.
<DT><A HREF="./org/apache/log4j/net/SMTPAppender.html#SMTPAppender(org.apache.log4j.spi.TriggeringEventEvaluator)"><B>SMTPAppender(TriggeringEventEvaluator)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SMTPAppender.html" title="class in org.apache.log4j.net">SMTPAppender</A>
<DD>Use <code>evaluator</code> passed as parameter as the <A HREF="./org/apache/log4j/spi/TriggeringEventEvaluator.html" title="interface in org.apache.log4j.spi"><CODE>TriggeringEventEvaluator</CODE></A> for this SMTPAppender.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net"><B>SocketAppender</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>Sends <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvent</CODE></A> objects to a remote a log server,
    usually a <A HREF="./org/apache/log4j/net/SocketNode.html" title="class in org.apache.log4j.net"><CODE>SocketNode</CODE></A>.<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#SocketAppender()"><B>SocketAppender()</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#SocketAppender(java.net.InetAddress, int)"><B>SocketAppender(InetAddress, int)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Connects to remote server at <code>address</code> and <code>port</code>.
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#SocketAppender(java.lang.String, int)"><B>SocketAppender(String, int)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>Connects to remote server at <code>host</code> and <code>port</code>.
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net"><B>SocketHubAppender</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>Sends <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvent</CODE></A> objects to a set of remote log servers,
  usually a <A HREF="./org/apache/log4j/net/SocketNode.html" title="class in org.apache.log4j.net"><CODE>SocketNodes</CODE></A>.<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#SocketHubAppender()"><B>SocketHubAppender()</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#SocketHubAppender(int)"><B>SocketHubAppender(int)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>Connects to remote server at <code>address</code> and <code>port</code>.
<DT><A HREF="./org/apache/log4j/net/SocketNode.html" title="class in org.apache.log4j.net"><B>SocketNode</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>Read <A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi"><CODE>LoggingEvent</CODE></A> objects sent from a remote client using
   Sockets (TCP).<DT><A HREF="./org/apache/log4j/net/SocketNode.html#SocketNode(java.net.Socket, org.apache.log4j.spi.LoggerRepository)"><B>SocketNode(Socket, LoggerRepository)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketNode.html" title="class in org.apache.log4j.net">SocketNode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketServer.html" title="class in org.apache.log4j.net"><B>SocketServer</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>A <A HREF="./org/apache/log4j/net/SocketNode.html" title="class in org.apache.log4j.net"><CODE>SocketNode</CODE></A> based server that uses a different hierarchy
   for each client.<DT><A HREF="./org/apache/log4j/net/SocketServer.html#SocketServer(java.io.File)"><B>SocketServer(File)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketServer.html" title="class in org.apache.log4j.net">SocketServer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/PatternConverter.html#spacePad(java.lang.StringBuffer, int)"><B>spacePad(StringBuffer, int)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/PatternConverter.html" title="class in org.apache.log4j.helpers">PatternConverter</A>
<DD>Fast space padding method.
<DT><A HREF="./org/apache/log4j/jdbc/JDBCAppender.html#sqlStatement"><B>sqlStatement</B></A> - 
Variable in class org.apache.log4j.jdbc.<A HREF="./org/apache/log4j/jdbc/JDBCAppender.html" title="class in org.apache.log4j.jdbc">JDBCAppender</A>
<DD>Stores the string given to the pattern layout for conversion into a SQL
 statement, eg: insert into LogTable (Thread, Class, Message) values
 ("%t", "%c", "%m").
<DT><A HREF="./org/apache/log4j/jmx/Agent.html#start()"><B>start()</B></A> - 
Method in class org.apache.log4j.jmx.<A HREF="./org/apache/log4j/jmx/Agent.html" title="class in org.apache.log4j.jmx">Agent</A>
<DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/StartLogFactor5.html" title="class in org.apache.log4j.lf5"><B>StartLogFactor5</B></A> - Class in <A HREF="./org/apache/log4j/lf5/package-summary.html">org.apache.log4j.lf5</A><DD>Starts an instance of the LogFactor5 console for off-line viewing.<DT><A HREF="./org/apache/log4j/lf5/StartLogFactor5.html#StartLogFactor5()"><B>StartLogFactor5()</B></A> - 
Constructor for class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/StartLogFactor5.html" title="class in org.apache.log4j.lf5">StartLogFactor5</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html#startTime"><B>startTime</B></A> - 
Variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html" title="class in org.apache.log4j.helpers">RelativeTimeDateFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#STRING_TO_MATCH_OPTION"><B>STRING_TO_MATCH_OPTION</B></A> - 
Static variable in class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD><B>Deprecated.</B>&nbsp;<I>Options are now handled using the JavaBeans paradigm.
     This constant is not longer needed and will be removed in the
     <em>near</em> term.</I>
<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia"><B>StringMatchFilter</B></A> - Class in <A HREF="./org/apache/log4j/varia/package-summary.html">org.apache.log4j.varia</A><DD>This is a very simple filter based on string matching.<DT><A HREF="./org/apache/log4j/varia/StringMatchFilter.html#StringMatchFilter()"><B>StringMatchFilter()</B></A> - 
Constructor for class org.apache.log4j.varia.<A HREF="./org/apache/log4j/varia/StringMatchFilter.html" title="class in org.apache.log4j.varia">StringMatchFilter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/DailyRollingFileAppender.html#subAppend(org.apache.log4j.spi.LoggingEvent)"><B>subAppend(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/DailyRollingFileAppender.html" title="class in org.apache.log4j">DailyRollingFileAppender</A>
<DD>This method differentiates DailyRollingFileAppender from its
 super class.
<DT><A HREF="./org/apache/log4j/RollingFileAppender.html#subAppend(org.apache.log4j.spi.LoggingEvent)"><B>subAppend(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/RollingFileAppender.html" title="class in org.apache.log4j">RollingFileAppender</A>
<DD>This method differentiates RollingFileAppender from its super
     class.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#subAppend(org.apache.log4j.spi.LoggingEvent)"><B>subAppend(LoggingEvent)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Actual writing occurs here.
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#subst(java.lang.String)"><B>subst(String)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/DOMConfigurator.html#subst(java.lang.String, java.util.Properties)"><B>subst(String, Properties)</B></A> - 
Static method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/DOMConfigurator.html" title="class in org.apache.log4j.xml">DOMConfigurator</A>
<DD>Substitutes property value for any references in expression.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#substVars(java.lang.String, java.util.Properties)"><B>substVars(String, Properties)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>Perform variable substitution in string <code>val</code> from the
     values of keys found in the system propeties.
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#SYSLOG_HOST_OI"><B>SYSLOG_HOST_OI</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net"><B>SyslogAppender</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>Use SyslogAppender to send log messages to a remote syslog daemon.<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#SyslogAppender()"><B>SyslogAppender()</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#SyslogAppender(org.apache.log4j.Layout, int)"><B>SyslogAppender(Layout, int)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SyslogAppender.html#SyslogAppender(org.apache.log4j.Layout, java.lang.String, int)"><B>SyslogAppender(Layout, String, int)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SyslogAppender.html" title="class in org.apache.log4j.net">SyslogAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html" title="class in org.apache.log4j.helpers"><B>SyslogQuietWriter</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>SyslogQuietWriter extends QuietWriter by prepending the syslog
   level code before each printed String.<DT><A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html#SyslogQuietWriter(java.io.Writer, int, org.apache.log4j.spi.ErrorHandler)"><B>SyslogQuietWriter(Writer, int, ErrorHandler)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html" title="class in org.apache.log4j.helpers">SyslogQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/SyslogWriter.html" title="class in org.apache.log4j.helpers"><B>SyslogWriter</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>SyslogWriter is a wrapper around the java.net.DatagramSocket class
   so that it behaves like a java.io.Writer.<DT><A HREF="./org/apache/log4j/helpers/SyslogWriter.html#SyslogWriter(java.lang.String)"><B>SyslogWriter(String)</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogWriter.html" title="class in org.apache.log4j.helpers">SyslogWriter</A>
<DD>Constructs a new instance of SyslogWriter.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#SYSTEM_ERR"><B>SYSTEM_ERR</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#SYSTEM_OUT"><B>SYSTEM_OUT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#tailFilter"><B>tailFilter</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>The last filter in the filter chain.
<DT><A HREF="./org/apache/log4j/ConsoleAppender.html#target"><B>target</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/ConsoleAppender.html" title="class in org.apache.log4j">ConsoleAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.html" title="class in org.apache.log4j.net"><B>TelnetAppender</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>The TelnetAppender is a log4j appender that specializes in
  writing to a read-only socket.<DT><A HREF="./org/apache/log4j/net/TelnetAppender.html#TelnetAppender()"><B>TelnetAppender()</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.html" title="class in org.apache.log4j.net">TelnetAppender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html" title="class in org.apache.log4j.net"><B>TelnetAppender.SocketHandler</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>The SocketHandler class is used to accept connections from
      clients.<DT><A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html#TelnetAppender.SocketHandler(int)"><B>TelnetAppender.SocketHandler(int)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/TelnetAppender.SocketHandler.html" title="class in org.apache.log4j.net">TelnetAppender.SocketHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/or/ThreadGroupRenderer.html" title="class in org.apache.log4j.or"><B>ThreadGroupRenderer</B></A> - Class in <A HREF="./org/apache/log4j/or/package-summary.html">org.apache.log4j.or</A><DD>Render <CODE>ThreadGroup</CODE> objects in a format similar to the
   information output by the <CODE>ThreadGroup.list()</CODE> method.<DT><A HREF="./org/apache/log4j/or/ThreadGroupRenderer.html#ThreadGroupRenderer()"><B>ThreadGroupRenderer()</B></A> - 
Constructor for class org.apache.log4j.or.<A HREF="./org/apache/log4j/or/ThreadGroupRenderer.html" title="class in org.apache.log4j.or">ThreadGroupRenderer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/ThreadLocalMap.html" title="class in org.apache.log4j.helpers"><B>ThreadLocalMap</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD><code>ThreadLocalMap</code> extends <CODE>InheritableThreadLocal</CODE>
   to bequeath a copy of the hashtable of the MDC of the parent
   thread.<DT><A HREF="./org/apache/log4j/helpers/ThreadLocalMap.html#ThreadLocalMap()"><B>ThreadLocalMap()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/ThreadLocalMap.html" title="class in org.apache.log4j.helpers">ThreadLocalMap</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/AppenderSkeleton.html#threshold"><B>threshold</B></A> - 
Variable in class org.apache.log4j.<A HREF="./org/apache/log4j/AppenderSkeleton.html" title="class in org.apache.log4j">AppenderSkeleton</A>
<DD>There is no level threshold filtering by default.
<DT><A HREF="./org/apache/log4j/spi/ThrowableInformation.html" title="class in org.apache.log4j.spi"><B>ThrowableInformation</B></A> - Class in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>ThrowableInformation is log4j's internal representation of
 throwables.<DT><A HREF="./org/apache/log4j/spi/ThrowableInformation.html#ThrowableInformation(java.lang.Throwable)"><B>ThrowableInformation(Throwable)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ThrowableInformation.html" title="class in org.apache.log4j.spi">ThrowableInformation</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/ThrowableInformation.html#ThrowableInformation(java.lang.Throwable, org.apache.log4j.Category)"><B>ThrowableInformation(Throwable, Category)</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ThrowableInformation.html" title="class in org.apache.log4j.spi">ThrowableInformation</A>
<DD>Create a new instance.
<DT><A HREF="./org/apache/log4j/spi/ThrowableInformation.html#ThrowableInformation(java.lang.String[])"><B>ThrowableInformation(String[])</B></A> - 
Constructor for class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ThrowableInformation.html" title="class in org.apache.log4j.spi">ThrowableInformation</A>
<DD>Create new instance.
<DT><A HREF="./org/apache/log4j/spi/ThrowableRenderer.html" title="interface in org.apache.log4j.spi"><B>ThrowableRenderer</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Implemented by classes that render instances of
 java.lang.Throwable (exceptions and errors)
 into a string representation.<DT><A HREF="./org/apache/log4j/spi/ThrowableRendererSupport.html" title="interface in org.apache.log4j.spi"><B>ThrowableRendererSupport</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Implemented by logger repositories that support configurable
 rendering of Throwables.<DT><A HREF="./org/apache/log4j/LogXF.html#throwing(org.apache.log4j.Logger, java.lang.String, java.lang.String, java.lang.Throwable)"><B>throwing(Logger, String, String, Throwable)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Logs a throwing message at DEBUG level.
<DT><A HREF="./org/apache/log4j/spi/LoggingEvent.html#timeStamp"><B>timeStamp</B></A> - 
Variable in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/LoggingEvent.html" title="class in org.apache.log4j.spi">LoggingEvent</A>
<DD>The number of milliseconds elapsed from 1/1/1970 until logging event
      was created.
<DT><A HREF="./org/apache/log4j/helpers/DateLayout.html#TIMEZONE_OPTION"><B>TIMEZONE_OPTION</B></A> - 
Static variable in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/DateLayout.html" title="class in org.apache.log4j.helpers">DateLayout</A>
<DD><B>Deprecated.</B>&nbsp;<I>Options are now handled using the JavaBeans paradigm.
     This constant is not longer needed and will be removed in the
     <em>near</em> term.</I>
<DT><A HREF="./org/apache/log4j/HTMLLayout.html#TITLE_OPTION"><B>TITLE_OPTION</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/HTMLLayout.html" title="class in org.apache.log4j">HTMLLayout</A>
<DD>A string constant used in naming the option for setting the the
     HTML document title.
<DT><A HREF="./org/apache/log4j/LogXF.html#toArray(java.lang.Object)"><B>toArray(Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Create new array.
<DT><A HREF="./org/apache/log4j/LogXF.html#toArray(java.lang.Object, java.lang.Object)"><B>toArray(Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Create new array.
<DT><A HREF="./org/apache/log4j/LogXF.html#toArray(java.lang.Object, java.lang.Object, java.lang.Object)"><B>toArray(Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Create new array.
<DT><A HREF="./org/apache/log4j/LogXF.html#toArray(java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>toArray(Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Create new array.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#toBoolean(java.lang.String, boolean)"><B>toBoolean(String, boolean)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>If <code>value</code> is "true", then <code>true</code> is
     returned.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#toFileSize(java.lang.String, long)"><B>toFileSize(String, long)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#toInt(java.lang.String, int)"><B>toInt(String, int)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/Priority.html#toInt()"><B>toInt()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>Returns the integer representation of this level.
<DT><A HREF="./org/apache/log4j/helpers/OptionConverter.html#toLevel(java.lang.String, org.apache.log4j.Level)"><B>toLevel(String, Level)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/OptionConverter.html" title="class in org.apache.log4j.helpers">OptionConverter</A>
<DD>Converts a standard or custom priority level to a Level
     object.
<DT><A HREF="./org/apache/log4j/Level.html#toLevel(java.lang.String)"><B>toLevel(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>Convert the string passed as argument to a level.
<DT><A HREF="./org/apache/log4j/Level.html#toLevel(int)"><B>toLevel(int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>Convert an integer passed as argument to a level.
<DT><A HREF="./org/apache/log4j/Level.html#toLevel(int, org.apache.log4j.Level)"><B>toLevel(int, Level)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>Convert an integer passed as argument to a level.
<DT><A HREF="./org/apache/log4j/Level.html#toLevel(java.lang.String, org.apache.log4j.Level)"><B>toLevel(String, Level)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>Convert the string passed as argument to a level.
<DT><A HREF="./org/apache/log4j/Priority.html#toPriority(java.lang.String)"><B>toPriority(String)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use the <A HREF="./org/apache/log4j/Level.html#toLevel(java.lang.String)"><CODE>Level.toLevel(String)</CODE></A> method instead.</I>
<DT><A HREF="./org/apache/log4j/Priority.html#toPriority(int)"><B>toPriority(int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use the <A HREF="./org/apache/log4j/Level.html#toLevel(int)"><CODE>Level.toLevel(int)</CODE></A> method instead.</I>
<DT><A HREF="./org/apache/log4j/Priority.html#toPriority(int, org.apache.log4j.Priority)"><B>toPriority(int, Priority)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use the <A HREF="./org/apache/log4j/Level.html#toLevel(int, org.apache.log4j.Level)"><CODE>Level.toLevel(int, Level)</CODE></A> method instead.</I>
<DT><A HREF="./org/apache/log4j/Priority.html#toPriority(java.lang.String, org.apache.log4j.Priority)"><B>toPriority(String, Priority)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Please use the <A HREF="./org/apache/log4j/Level.html#toLevel(java.lang.String, org.apache.log4j.Level)"><CODE>Level.toLevel(String, Level)</CODE></A> method instead.</I>
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>Return a String representation of this LogRecord.
<DT><A HREF="./org/apache/log4j/Priority.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>Returns the string representation of this priority.
<DT><A HREF="./org/apache/log4j/Level.html#TRACE"><B>TRACE</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>The <code>TRACE</code> Level designates finer-grained
 informational events than the <code>DEBUG</code level.
<DT><A HREF="./org/apache/log4j/Logger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j">Logger</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/log4j/Logger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Logger.html" title="class in org.apache.log4j">Logger</A>
<DD>Log a message object with the <code>TRACE</code> level including the
 stack trace of the <CODE>Throwable</CODE><code>t</code> passed as parameter.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>trace(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>trace(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, boolean)"><B>trace(Logger, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, char)"><B>trace(Logger, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, byte)"><B>trace(Logger, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, short)"><B>trace(Logger, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, int)"><B>trace(Logger, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, long)"><B>trace(Logger, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, float)"><B>trace(Logger, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, double)"><B>trace(Logger, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object)"><B>trace(Logger, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object)"><B>trace(Logger, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>trace(Logger, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogMF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>trace(Logger, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>trace(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>trace(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, boolean)"><B>trace(Logger, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, char)"><B>trace(Logger, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, byte)"><B>trace(Logger, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, short)"><B>trace(Logger, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, int)"><B>trace(Logger, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, long)"><B>trace(Logger, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, float)"><B>trace(Logger, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, double)"><B>trace(Logger, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object)"><B>trace(Logger, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object)"><B>trace(Logger, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>trace(Logger, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogSF.html#trace(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>trace(Logger, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at trace level.
<DT><A HREF="./org/apache/log4j/LogXF.html#TRACE"><B>TRACE</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Trace level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#TRACE"><CODE>TRACE</CODE></A> level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <code>TRACE</code> level including the
 stack trace of the <CODE>Throwable</CODE><code>t</code> passed as parameter.
<DT><A HREF="./org/apache/log4j/Level.html#TRACE_INT"><B>TRACE_INT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>TRACE level integer value.
<DT><A HREF="./org/apache/log4j/helpers/Transform.html" title="class in org.apache.log4j.helpers"><B>Transform</B></A> - Class in <A HREF="./org/apache/log4j/helpers/package-summary.html">org.apache.log4j.helpers</A><DD>Utility class for transforming strings.<DT><A HREF="./org/apache/log4j/helpers/Transform.html#Transform()"><B>Transform()</B></A> - 
Constructor for class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/Transform.html" title="class in org.apache.log4j.helpers">Transform</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/TriggeringEventEvaluator.html" title="interface in org.apache.log4j.spi"><B>TriggeringEventEvaluator</B></A> - Interface in <A HREF="./org/apache/log4j/spi/package-summary.html">org.apache.log4j.spi</A><DD>Implementions of this interface allow certain appenders to decide
   when to perform an appender specific action.<DT><A HREF="./org/apache/log4j/EnhancedPatternLayout.html#TTCC_CONVERSION_PATTERN"><B>TTCC_CONVERSION_PATTERN</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/EnhancedPatternLayout.html" title="class in org.apache.log4j">EnhancedPatternLayout</A>
<DD>A conversion pattern equivalent to the TTCCCLayout.
<DT><A HREF="./org/apache/log4j/PatternLayout.html#TTCC_CONVERSION_PATTERN"><B>TTCC_CONVERSION_PATTERN</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/PatternLayout.html" title="class in org.apache.log4j">PatternLayout</A>
<DD>A conversion pattern equivalent to the TTCCCLayout.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j"><B>TTCCLayout</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>TTCC layout format consists of time, thread, category and nested
 diagnostic context information, hence the name.<DT><A HREF="./org/apache/log4j/TTCCLayout.html#TTCCLayout()"><B>TTCCLayout()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>Instantiate a TTCCLayout object with <A HREF="./org/apache/log4j/helpers/RelativeTimeDateFormat.html" title="class in org.apache.log4j.helpers"><CODE>RelativeTimeDateFormat</CODE></A> as the date
     formatter in the local time zone.
<DT><A HREF="./org/apache/log4j/TTCCLayout.html#TTCCLayout(java.lang.String)"><B>TTCCLayout(String)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/TTCCLayout.html" title="class in org.apache.log4j">TTCCLayout</A>
<DD>Instantiate a TTCCLayout object using the local time zone.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/net/ZeroConfSupport.html#unadvertise()"><B>unadvertise()</B></A> - 
Method in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/ZeroConfSupport.html" title="class in org.apache.log4j.net">ZeroConfSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/UnrecognizedElementHandler.html" title="interface in org.apache.log4j.xml"><B>UnrecognizedElementHandler</B></A> - Interface in <A HREF="./org/apache/log4j/xml/package-summary.html">org.apache.log4j.xml</A><DD>When implemented by an object configured by DOMConfigurator,
 the handle method will be called when an unrecognized child
 element is encountered.</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 
Static method in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>Convert a log level label into a LogLevel object.
<DT><A HREF="./org/apache/log4j/LogXF.html#valueOf(boolean)"><B>valueOf(boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Returns a Boolean instance representing the specified boolean.
<DT><A HREF="./org/apache/log4j/LogXF.html#valueOf(char)"><B>valueOf(char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Returns a Character instance representing the specified char.
<DT><A HREF="./org/apache/log4j/LogXF.html#valueOf(byte)"><B>valueOf(byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Returns a Byte instance representing the specified byte.
<DT><A HREF="./org/apache/log4j/LogXF.html#valueOf(short)"><B>valueOf(short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Returns a Short instance representing the specified short.
<DT><A HREF="./org/apache/log4j/LogXF.html#valueOf(int)"><B>valueOf(int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Returns an Integer instance representing the specified int.
<DT><A HREF="./org/apache/log4j/LogXF.html#valueOf(long)"><B>valueOf(long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Returns a Long instance representing the specified long.
<DT><A HREF="./org/apache/log4j/LogXF.html#valueOf(float)"><B>valueOf(float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Returns a Float instance representing the specified float.
<DT><A HREF="./org/apache/log4j/LogXF.html#valueOf(double)"><B>valueOf(double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogXF.html" title="class in org.apache.log4j">LogXF</A>
<DD>Returns a Double instance representing the specified double.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/Category.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.
<DT><A HREF="./org/apache/log4j/Category.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/Category.html" title="class in org.apache.log4j">Category</A>
<DD>Log a message with the <code>WARN</code> level including the
   stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#warn(java.lang.String)"><B>warn(String)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>This method is used to output log4j internal warning
     statements.
<DT><A HREF="./org/apache/log4j/helpers/LogLog.html#warn(java.lang.String, java.lang.Throwable)"><B>warn(String, Throwable)</B></A> - 
Static method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/LogLog.html" title="class in org.apache.log4j.helpers">LogLog</A>
<DD>This method is used to output log4j internal warnings.
<DT><A HREF="./org/apache/log4j/Level.html#WARN"><B>WARN</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Level.html" title="class in org.apache.log4j">Level</A>
<DD>The <code>WARN</code> level designates potentially harmful situations.
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#WARN"><B>WARN</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>warn(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>warn(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, boolean)"><B>warn(Logger, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, char)"><B>warn(Logger, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, byte)"><B>warn(Logger, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, short)"><B>warn(Logger, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, int)"><B>warn(Logger, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, long)"><B>warn(Logger, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, float)"><B>warn(Logger, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, double)"><B>warn(Logger, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object)"><B>warn(Logger, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object)"><B>warn(Logger, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>warn(Logger, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogMF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>warn(Logger, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogMF.html" title="class in org.apache.log4j">LogMF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object[])"><B>warn(Logger, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.Throwable, java.lang.String, java.lang.Object[])"><B>warn(Logger, Throwable, String, Object[])</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, boolean)"><B>warn(Logger, String, boolean)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, char)"><B>warn(Logger, String, char)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, byte)"><B>warn(Logger, String, byte)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, short)"><B>warn(Logger, String, short)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, int)"><B>warn(Logger, String, int)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, long)"><B>warn(Logger, String, long)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, float)"><B>warn(Logger, String, float)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, double)"><B>warn(Logger, String, double)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object)"><B>warn(Logger, String, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object)"><B>warn(Logger, String, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>warn(Logger, String, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/LogSF.html#warn(org.apache.log4j.Logger, java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object)"><B>warn(Logger, String, Object, Object, Object, Object)</B></A> - 
Static method in class org.apache.log4j.<A HREF="./org/apache/log4j/LogSF.html" title="class in org.apache.log4j">LogSF</A>
<DD>Log a parameterized message at warn level.
<DT><A HREF="./org/apache/log4j/Priority.html#WARN"><B>WARN</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/log4j/Level.html#WARN"><CODE>Level.WARN</CODE></A> instead.</I>
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message object with the <A HREF="./org/apache/log4j/Level.html#WARN"><CODE>WARN</CODE></A> Level.
<DT><A HREF="./org/apache/log4j/spi/NOPLogger.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
Method in class org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/NOPLogger.html" title="class in org.apache.log4j.spi">NOPLogger</A>
<DD>Log a message with the <code>WARN</code> level including the
   stack trace of the <CODE>Throwable</CODE> <code>t</code> passed as
   parameter.
<DT><A HREF="./org/apache/log4j/Priority.html#WARN_INT"><B>WARN_INT</B></A> - 
Static variable in class org.apache.log4j.<A HREF="./org/apache/log4j/Priority.html" title="class in org.apache.log4j">Priority</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#WARNING"><B>WARNING</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/xml/SAXErrorHandler.html#warning(org.xml.sax.SAXParseException)"><B>warning(SAXParseException)</B></A> - 
Method in class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/SAXErrorHandler.html" title="class in org.apache.log4j.xml">SAXErrorHandler</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#wasEmpty()"><B>wasEmpty()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Returns <code>true</code> if there is just one element in the
     buffer.
<DT><A HREF="./org/apache/log4j/helpers/BoundedFIFO.html#wasFull()"><B>wasFull()</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/BoundedFIFO.html" title="class in org.apache.log4j.helpers">BoundedFIFO</A>
<DD>Returns <code>true</code> if the number of elements in the
      buffer plus 1 equals the maximum buffer size, returns
      <code>false</code> otherwise.
<DT><A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html#write(java.lang.String)"><B>write(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/CountingQuietWriter.html" title="class in org.apache.log4j.helpers">CountingQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/QuietWriter.html#write(java.lang.String)"><B>write(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/QuietWriter.html" title="class in org.apache.log4j.helpers">QuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html#write(java.lang.String)"><B>write(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogQuietWriter.html" title="class in org.apache.log4j.helpers">SyslogQuietWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/SyslogWriter.html#write(char[], int, int)"><B>write(char[], int, int)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogWriter.html" title="class in org.apache.log4j.helpers">SyslogWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/helpers/SyslogWriter.html#write(java.lang.String)"><B>write(String)</B></A> - 
Method in class org.apache.log4j.helpers.<A HREF="./org/apache/log4j/helpers/SyslogWriter.html" title="class in org.apache.log4j.helpers">SyslogWriter</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/spi/ErrorCode.html#WRITE_FAILURE"><B>WRITE_FAILURE</B></A> - 
Static variable in interface org.apache.log4j.spi.<A HREF="./org/apache/log4j/spi/ErrorCode.html" title="interface in org.apache.log4j.spi">ErrorCode</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/WriterAppender.html#writeFooter()"><B>writeFooter()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Write a footer as produced by the embedded layout's <A HREF="./org/apache/log4j/Layout.html#getFooter()"><CODE>Layout.getFooter()</CODE></A> method.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#writeHeader()"><B>writeHeader()</B></A> - 
Method in class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Write a header as produced by the embedded layout's <A HREF="./org/apache/log4j/Layout.html#getHeader()"><CODE>Layout.getHeader()</CODE></A> method.
<DT><A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j"><B>WriterAppender</B></A> - Class in <A HREF="./org/apache/log4j/package-summary.html">org.apache.log4j</A><DD>WriterAppender appends log events to a <CODE>Writer</CODE> or an
   <CODE>OutputStream</CODE> depending on the user's choice.<DT><A HREF="./org/apache/log4j/WriterAppender.html#WriterAppender()"><B>WriterAppender()</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>This default constructor does nothing.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#WriterAppender(org.apache.log4j.Layout, java.io.OutputStream)"><B>WriterAppender(Layout, OutputStream)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Instantiate a WriterAppender and set the output destination to a
     new <CODE>OutputStreamWriter</CODE> initialized with <code>os</code>
     as its <CODE>OutputStream</CODE>.
<DT><A HREF="./org/apache/log4j/WriterAppender.html#WriterAppender(org.apache.log4j.Layout, java.io.Writer)"><B>WriterAppender(Layout, Writer)</B></A> - 
Constructor for class org.apache.log4j.<A HREF="./org/apache/log4j/WriterAppender.html" title="class in org.apache.log4j">WriterAppender</A>
<DD>Instantiate a WriterAppender and set the output destination to
     <code>writer</code>.
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml"><B>XMLLayout</B></A> - Class in <A HREF="./org/apache/log4j/xml/package-summary.html">org.apache.log4j.xml</A><DD>The output of the XMLLayout consists of a series of log4j:event
 elements as defined in the <a
 href="./org/apache/log4j/xml/log4j.dtd">log4j.dtd</a>.<DT><A HREF="./org/apache/log4j/xml/XMLLayout.html#XMLLayout()"><B>XMLLayout()</B></A> - 
Constructor for class org.apache.log4j.xml.<A HREF="./org/apache/log4j/xml/XMLLayout.html" title="class in org.apache.log4j.xml">XMLLayout</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Z_"><!-- --></A><H2>
<B>Z</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/net/ZeroConfSupport.html" title="class in org.apache.log4j.net"><B>ZeroConfSupport</B></A> - Class in <A HREF="./org/apache/log4j/net/package-summary.html">org.apache.log4j.net</A><DD>&nbsp;<DT><A HREF="./org/apache/log4j/net/ZeroConfSupport.html#ZeroConfSupport(java.lang.String, int, java.lang.String, java.util.Map)"><B>ZeroConfSupport(String, int, String, Map)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/ZeroConfSupport.html" title="class in org.apache.log4j.net">ZeroConfSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/ZeroConfSupport.html#ZeroConfSupport(java.lang.String, int, java.lang.String)"><B>ZeroConfSupport(String, int, String)</B></A> - 
Constructor for class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/ZeroConfSupport.html" title="class in org.apache.log4j.net">ZeroConfSupport</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/net/SocketAppender.html#ZONE"><B>ZONE</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketAppender.html" title="class in org.apache.log4j.net">SocketAppender</A>
<DD>The MulticastDNS zone advertised by a SocketAppender
<DT><A HREF="./org/apache/log4j/net/SocketHubAppender.html#ZONE"><B>ZONE</B></A> - 
Static variable in class org.apache.log4j.net.<A HREF="./org/apache/log4j/net/SocketHubAppender.html" title="class in org.apache.log4j.net">SocketHubAppender</A>
<DD>The MulticastDNS zone advertised by a SocketHubAppender
</DL>
<HR>
<A NAME="___"><!-- --></A><H2>
<B>_</B></H2>
<DL>
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_category"><B>_category</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#_defaultLogMonitor"><B>_defaultLogMonitor</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/AppenderFinalizer.html#_defaultMonitor"><B>_defaultMonitor</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/AppenderFinalizer.html" title="class in org.apache.log4j.lf5">AppenderFinalizer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#_finalizer"><B>_finalizer</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#_label"><B>_label</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_level"><B>_level</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_location"><B>_location</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LF5Appender.html#_logMonitor"><B>_logMonitor</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LF5Appender.html" title="class in org.apache.log4j.lf5">LF5Appender</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_message"><B>_message</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_millis"><B>_millis</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_ndc"><B>_ndc</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogLevel.html#_precedence"><B>_precedence</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogLevel.html" title="class in org.apache.log4j.lf5">LogLevel</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_seqCount"><B>_seqCount</B></A> - 
Static variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_sequenceNumber"><B>_sequenceNumber</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_thread"><B>_thread</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_thrown"><B>_thrown</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/log4j/lf5/LogRecord.html#_thrownStackTrace"><B>_thrownStackTrace</B></A> - 
Variable in class org.apache.log4j.lf5.<A HREF="./org/apache/log4j/lf5/LogRecord.html" title="class in org.apache.log4j.lf5">LogRecord</A>
<DD>&nbsp;
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Z_">Z</A> <A HREF="#___">_</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Log4j 1.2.16</b><!--  Licensed to the Apache Software Foundation (ASF) under one or more  contributor license agreements.  See the NOTICE file distributed with  this work for additional information regarding copyright ownership.  The ASF licenses this file to You under the Apache License, Version 2.0  (the 'License'); you may not use this file except in compliance with  the License.  You may obtain a copy of the License at        http://www.apache.org/licenses/LICENSE-2.0   Unless required by applicable law or agreed to in writing, software  distributed under the License is distributed on an 'AS IS' BASIS,  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and  limitations under the License. --></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright 2000-2007 Apache Software Foundation.
</BODY>
</HTML>