This file is indexed.

/usr/share/doc/libcommons-logging-java/api/index-all.html is in libcommons-logging-java-doc 1.2-1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Mon Jul 14 21:22:05 UTC 2014 -->
<title>Index (Logging Wrapper Library (Version                          1.2))</title>
<meta name="date" content="2014-07-14">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Logging Wrapper Library (Version                          1.2))";
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!--   -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_CONTEXT_PROPERTY">ALLOW_FLAWED_CONTEXT_PROPERTY</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The name (<code>org.apache.commons.logging.Log.allowFlawedContext</code>)
 of the system property which can be set true/false to
 determine system behaviour when a bad context-classloader is encountered.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_DISCOVERY_PROPERTY">ALLOW_FLAWED_DISCOVERY_PROPERTY</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The name (<code>org.apache.commons.logging.Log.allowFlawedDiscovery</code>)
 of the system property which can be set true/false to
 determine system behaviour when a bad logging adapter class is
 encountered during logging discovery.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_HIERARCHY_PROPERTY">ALLOW_FLAWED_HIERARCHY_PROPERTY</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The name (<code>org.apache.commons.logging.Log.allowFlawedHierarchy</code>)
 of the system property which can be set true/false to
 determine system behaviour when a logging adapter class is
 encountered which has bound to the wrong Log class implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#allowFlawedContext">allowFlawedContext</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">See getBaseClassLoader and initConfiguration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#allowFlawedDiscovery">allowFlawedDiscovery</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">See handleFlawedDiscovery and initConfiguration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#allowFlawedHierarchy">allowFlawedHierarchy</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">See handleFlawedHierarchy and initConfiguration.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#attributes">attributes</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Configuration attributes.</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl"><span class="strong">AvalonLogger</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Implementation of commons-logging Log interface that delegates all
 logging calls to the Avalon logging abstraction: the Logger interface.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#AvalonLogger(org.apache.avalon.framework.logger.Logger)">AvalonLogger(Logger)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Constructs an <code>AvalonLogger</code> that outputs to the given
 <code>Logger</code> instance.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#AvalonLogger(java.lang.String)">AvalonLogger(String)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Constructs an <code>AvalonLogger</code> that will log to a child
 of the <code>Logger</code> set by calling <a href="./org/apache/commons/logging/impl/AvalonLogger.html#setDefaultLogger(org.apache.avalon.framework.logger.Logger)"><code>AvalonLogger.setDefaultLogger(org.apache.avalon.framework.logger.Logger)</code></a>.</div>
</dd>
</dl>
<a name="_C_">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#cacheFactory(java.lang.ClassLoader,%20org.apache.commons.logging.LogFactory)">cacheFactory(ClassLoader, LogFactory)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Remember this factory, so later calls to LogFactory.getCachedFactory
 can return the previously created object (together with all its
 cached Log objects).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogConfigurationException.html#cause">cause</a></span> - Variable in exception org.apache.commons.logging.<a href="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</a></dt>
<dd>
<div class="block">The underlying cause of this exception.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#changeCount">changeCount</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#classAndMethodFound">classAndMethodFound</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#classesToDiscover">classesToDiscover</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The names of classes that will be tried (in order) as logging
 adapters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#containsKey(java.lang.Object)">containsKey(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/ServletContextCleaner.html#contextDestroyed(javax.servlet.ServletContextEvent)">contextDestroyed(ServletContextEvent)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/ServletContextCleaner.html" title="class in org.apache.commons.logging.impl">ServletContextCleaner</a></dt>
<dd>
<div class="block">Invoked when a webapp is undeployed, this tells the LogFactory
 class to release any logging information related to the current
 contextClassloader.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/ServletContextCleaner.html#contextInitialized(javax.servlet.ServletContextEvent)">contextInitialized(ServletContextEvent)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/ServletContextCleaner.html" title="class in org.apache.commons.logging.impl">ServletContextCleaner</a></dt>
<dd>
<div class="block">Invoked when a webapp is deployed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#createFactory(java.lang.String,%20java.lang.ClassLoader)">createFactory(String, ClassLoader)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Implements the operations described in the javadoc for newFactory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#createFactoryStore()">createFactoryStore()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Create the hashtable which will be used to store a map of
 (context-classloader -> logfactory-object).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#createLogFromClass(java.lang.String,%20java.lang.String,%20boolean)">createLogFromClass(String, String, boolean)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Attempts to load the given class, find a suitable constructor,
 and instantiate an instance of Log.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#currentLogLevel">currentLogLevel</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">The current log level</div>
</dd>
</dl>
<a name="_D_">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#dateFormatter">dateFormatter</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Used to format times.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#dateTimeFormat">dateTimeFormat</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">The date and time format to use in the log message</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.debug</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.debug</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.FINE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.FINE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.FINE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.FINE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#debug(java.lang.Object)">debug(Object)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs a message with debug log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#debug(java.lang.Object,%20java.lang.Throwable)">debug(Object, Throwable)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs an error with debug log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#DEFAULT_DATE_TIME_FORMAT">DEFAULT_DATE_TIME_FORMAT</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">The default format to use when formating dates</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#defaultLogger">defaultLogger</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Ancestral Avalon logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#diagnosticPrefix">diagnosticPrefix</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The string prefixed to every message output by the logDiagnostic method.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#diagnosticPrefix">diagnosticPrefix</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">A string that gets prefixed to every message output by the
 logDiagnostic method, so that users can clearly see which
 LogFactory class is generating the output.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#DIAGNOSTICS_DEST_PROPERTY">DIAGNOSTICS_DEST_PROPERTY</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">The name (<code>org.apache.commons.logging.diagnostics.dest</code>)
 of the property used to enable internal commons-logging
 diagnostic output, in order to get information on what logging
 implementations are being discovered, what classloaders they
 are loaded through, etc.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#diagnosticsStream">diagnosticsStream</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">When null (the usual case), no diagnostic output will be
 generated by LogFactory or LogFactoryImpl.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#directGetContextClassLoader()">directGetContextClassLoader()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Return the thread context class loader if available; otherwise return null.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#discoverLogImplementation(java.lang.String)">discoverLogImplementation(String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Attempts to create a Log instance for the given category name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#dummyLevel">dummyLevel</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">This member variable simply ensures that any attempt to initialise
 this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#dummyLevel">dummyLevel</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">This member variable simply ensures that any attempt to initialise
 this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.</div>
</dd>
</dl>
<a name="_E_">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#elements()">elements()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#entrySet()">entrySet()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Referenced</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.error</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#error(java.lang.Object)">error(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.error</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#error(java.lang.Object)">error(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.SEVERE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.SEVERE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#error(java.lang.Object)">error(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.SEVERE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.SEVERE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#error(java.lang.Object)">error(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#error(java.lang.Object)">error(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#error(java.lang.Object)">error(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#error(java.lang.Object)">error(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#error(java.lang.Object)">error(Object)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs a message with error log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#error(java.lang.Object,%20java.lang.Throwable)">error(Object, Throwable)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs an error with error log level.</div>
</dd>
</dl>
<a name="_F_">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#factories">factories</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">The previously constructed <code>LogFactory</code> instances, keyed by
 the <code>ClassLoader</code> with which it was created.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#FACTORY_DEFAULT">FACTORY_DEFAULT</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">The fully qualified class name of the fallback <code>LogFactory</code>
 implementation class to use, if no other can be found.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#FACTORY_PROPERTIES">FACTORY_PROPERTIES</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">The name (<code>commons-logging.properties</code>) of the properties file to search for.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#FACTORY_PROPERTY">FACTORY_PROPERTY</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">The name (<code>org.apache.commons.logging.LogFactory</code>) of the property
 used to identify the LogFactory implementation
 class name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.fatalError</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.fatalError</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.SEVERE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.SEVERE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.SEVERE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.SEVERE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.FATAL</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.FATAL</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.FATAL_ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.FATAL_ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Log a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#fatal(java.lang.Object)">fatal(Object)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs a message with fatal log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#fatal(java.lang.Object,%20java.lang.Throwable)">fatal(Object, Throwable)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs an error with fatal log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#findUserSpecifiedLogClassName()">findUserSpecifiedLogClassName()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Checks system properties and the attribute map for
 a Log implementation specified by the user under the
 property names <a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOG_PROPERTY"><code>LogFactoryImpl.LOG_PROPERTY</code></a> or <a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOG_PROPERTY_OLD"><code>LogFactoryImpl.LOG_PROPERTY_OLD</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#FQCN">FQCN</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">The fully qualified name of the Log4JLogger class.</div>
</dd>
</dl>
<a name="_G_">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#get(java.lang.Object)">get(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getAttribute(java.lang.String)">getAttribute(String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Return the configuration attribute with the specified name (if any),
 or <code>null</code> if there is no such attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getAttribute(java.lang.String)">getAttribute(String)</a></span> - Method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Return the configuration attribute with the specified name (if any),
 or <code>null</code> if there is no such attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getAttributeNames()">getAttributeNames()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Return an array containing the names of all currently defined
 configuration attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getAttributeNames()">getAttributeNames()</a></span> - Method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Return an array containing the names of all currently defined
 configuration attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getBaseClassLoader()">getBaseClassLoader()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Return the classloader from which we should try to load the logging
 adapter classes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getBooleanConfiguration(java.lang.String,%20boolean)">getBooleanConfiguration(String, boolean)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Get the setting for the user-configurable behaviour specified by key.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#getBooleanProperty(java.lang.String,%20boolean)">getBooleanProperty(String, boolean)</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getCachedFactory(java.lang.ClassLoader)">getCachedFactory(ClassLoader)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Check cached factories (keyed by contextClassLoader)</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogConfigurationException.html#getCause()">getCause()</a></span> - Method in exception org.apache.commons.logging.<a href="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</a></dt>
<dd>
<div class="block">Return the underlying cause of this exception (if any).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#getClassAndMethod()">getClassAndMethod()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Gets the class and method by looking at the stack trace for the
 first entry that is not this class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getClassLoader(java.lang.Class)">getClassLoader(Class)</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Workaround for bug in Java1.2; in theory this method is not needed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getClassLoader(java.lang.Class)">getClassLoader(Class)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Safely get access to the classloader for the specified class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getConfigurationFile(java.lang.ClassLoader,%20java.lang.String)">getConfigurationFile(ClassLoader, String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Locate a user-provided configuration file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getConfigurationValue(java.lang.String)">getConfigurationValue(String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Attempt to find an attribute (see method setAttribute) or a
 system property with the provided name and return its value.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getContextClassLoader()">getContextClassLoader()</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Gets the context classloader.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#getContextClassLoader()">getContextClassLoader()</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Return the thread context class loader if available.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getContextClassLoader()">getContextClassLoader()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Returns the current context classloader.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getContextClassLoaderInternal()">getContextClassLoaderInternal()</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Calls LogFactory.directGetContextClassLoader under the control of an
 AccessController class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getContextClassLoaderInternal()">getContextClassLoaderInternal()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Calls LogFactory.directGetContextClassLoader under the control of an
 AccessController class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getFactory()">getFactory()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Construct (if necessary) and return a <code>LogFactory</code>
 instance, using the following ordered lookup procedure to determine
 the name of the implementation class to be loaded.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getInstance(java.lang.Class)">getInstance(Class)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Convenience method to derive a name from the specified class and
 call <code>getInstance(String)</code> with it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getInstance(java.lang.String)">getInstance(String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Construct (if necessary) and return a <code>Log</code> instance,
 using the factory's current set of configuration attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getInstance(java.lang.Class)">getInstance(Class)</a></span> - Method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Convenience method to derive a name from the specified class and
 call <code>getInstance(String)</code> with it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getInstance(java.lang.String)">getInstance(String)</a></span> - Method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Construct (if necessary) and return a <code>Log</code> instance,
 using the factory's current set of configuration attributes.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#getInstance(java.lang.String)">getInstance(String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Get a <code>Log</code> instance by class name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#getInstance(java.lang.Class)">getInstance(Class)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Get a <code>Log</code> instance by class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#getKey()">getKey()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#getLevel()">getLevel()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Get logging level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getLog(java.lang.Class)">getLog(Class)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Convenience method to return a named logger, without the application
 having to care about factories.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getLog(java.lang.String)">getLog(String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Convenience method to return a named logger, without the application
 having to care about factories.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getLogClassName()">getLogClassName()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Never invoked by this class; subclasses should not assume
              it will be.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getLogConstructor()">getLogConstructor()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Never invoked by this class; subclasses should not assume
              it will be.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#getLogger()">getLogger()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Gets the Avalon logger implementation used to perform logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#getLogger()">getLogger()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Return the native Logger instance we are using.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#getLogger()">getLogger()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Return the native Logger instance we are using.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#getLogger()">getLogger()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Return the native Logger instance we are using.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#getLogger()">getLogger()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Return the underlying Logger we are using.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#getLogNames()">getLogNames()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Returns a <code>String</code> array containing the names of
 all logs known to me.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getLowestClassLoader(java.lang.ClassLoader,%20java.lang.ClassLoader)">getLowestClassLoader(ClassLoader, ClassLoader)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Given two related classloaders, return the one which is a child of
 the other.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getParentClassLoader(java.lang.ClassLoader)">getParentClassLoader(ClassLoader)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Fetch the parent classloader of a specified classloader.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getProperties(java.net.URL)">getProperties(URL)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Given a URL that refers to a .properties file, load that file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html#getReferenced()">getReferenced()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html" title="class in org.apache.commons.logging.impl">WeakHashtable.WeakKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#getResourceAsStream(java.lang.String)">getResourceAsStream(String)</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getResourceAsStream(java.lang.ClassLoader,%20java.lang.String)">getResourceAsStream(ClassLoader, String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Applets may run in an environment where accessing resources of a loader is
 a secure operation, but where the commons-logging library has explicitly
 been granted permission for that operation.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getResources(java.lang.ClassLoader,%20java.lang.String)">getResources(ClassLoader, String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Given a filename, return an enumeration of URLs pointing to
 all the occurrences of that filename in the classpath.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#getStringProperty(java.lang.String)">getStringProperty(String)</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#getStringProperty(java.lang.String,%20java.lang.String)">getStringProperty(String, String)</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#getSystemProperty(java.lang.String,%20java.lang.String)">getSystemProperty(String, String)</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Read the specified system property, using an AccessController so that
 the property can be read if JCL has been granted the appropriate
 security rights even if the calling code has not.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#getSystemProperty(java.lang.String,%20java.lang.String)">getSystemProperty(String, String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Read the specified system property, using an AccessController so that
 the property can be read if JCL has been granted the appropriate
 security rights even if the calling code has not.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#getValue()">getValue()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#getValue()">getValue()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Referenced</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_H_">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#handleFlawedDiscovery(java.lang.String,%20java.lang.ClassLoader,%20java.lang.Throwable)">handleFlawedDiscovery(String, ClassLoader, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Generates an internal diagnostic logging of the discovery failure and
 then throws a <code>LogConfigurationException</code> that wraps
 the passed <code>Throwable</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#handleFlawedHierarchy(java.lang.ClassLoader,%20java.lang.Class)">handleFlawedHierarchy(ClassLoader, Class)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Report a problem loading the log adapter, then either return
 (if the situation is considered recoverable) or throw a
 LogConfigurationException.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#handleThrowable(java.lang.Throwable)">handleThrowable(Throwable)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Checks whether the supplied Throwable is one that needs to be
 re-thrown and ignores all others.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#hashCode">hashCode</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Referenced</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#hashCode()">hashCode()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Referenced</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#HASHTABLE_IMPLEMENTATION_PROPERTY">HASHTABLE_IMPLEMENTATION_PROPERTY</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Setting this system property
 (<code>org.apache.commons.logging.LogFactory.HashtableImpl</code>)
 value allows the <code>Hashtable</code> used to store
 classloaders to be substituted by an alternative implementation.</div>
</dd>
</dl>
<a name="_I_">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#implementsLogFactory(java.lang.Class)">implementsLogFactory(Class)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Determines whether the given class actually implements <code>LogFactory</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.info</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#info(java.lang.Object)">info(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.info</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#info(java.lang.Object)">info(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#info(java.lang.Object)">info(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#info(java.lang.Object)">info(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#info(java.lang.Object)">info(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#info(java.lang.Object)">info(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#info(java.lang.Object)">info(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#info(java.lang.Object)">info(Object)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs a message with info log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#info(java.lang.Object,%20java.lang.Throwable)">info(Object, Throwable)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs an error with info log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#informUponSimilarName(java.lang.StringBuffer,%20java.lang.String,%20java.lang.String)">informUponSimilarName(StringBuffer, String, String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Appends message if the given name is similar to the candidate.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#initConfiguration()">initConfiguration()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Initialize a number of variables that control the behaviour of this
 class and that can be tweaked by the user.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#initDiagnostics()">initDiagnostics()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Calculate and cache a string that uniquely identifies this instance,
 including which classloader the object was loaded from.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#initDiagnostics()">initDiagnostics()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Determines whether the user wants internal diagnostic output.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#instances">instances</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a> instances that have
 already been created, keyed by logger name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Is logging to <code>org.apache.avalon.framework.logger.Logger.debug</code> enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Is debug logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Is debug logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Check whether the Log4j Logger used is enabled for <code>DEBUG</code> priority.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Checks whether the <code>LogKit</code> logger will log messages of priority <code>DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Debug is never enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Are debug messages currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#isDebugEnabled()">isDebugEnabled()</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Is debug logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#isDiagnosticsEnabled()">isDiagnosticsEnabled()</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Workaround for bug in Java1.2; in theory this method is not needed.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#isDiagnosticsEnabled()">isDiagnosticsEnabled()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Indicates true if the user has enabled internal logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Is logging to <code>org.apache.avalon.framework.logger.Logger.error</code> enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Is error logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Is error logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Check whether the Log4j Logger used is enabled for <code>ERROR</code> priority.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Checks whether the <code>LogKit</code> logger will log messages of priority <code>ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Error is never enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Are error messages currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#isErrorEnabled()">isErrorEnabled()</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Is error logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Is logging to <code>org.apache.avalon.framework.logger.Logger.fatalError</code> enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Is fatal logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Is fatal logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Check whether the Log4j Logger used is enabled for <code>FATAL</code> priority.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Checks whether the <code>LogKit</code> logger will log messages of priority <code>FATAL_ERROR</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Fatal is never enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Are fatal messages currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#isFatalEnabled()">isFatalEnabled()</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Is fatal logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Is logging to <code>org.apache.avalon.framework.logger.Logger.info</code> enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Is info logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Is info logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Check whether the Log4j Logger used is enabled for <code>INFO</code> priority.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Checks whether the <code>LogKit</code> logger will log messages of priority <code>INFO</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Info is never enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Are info messages currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#isInfoEnabled()">isInfoEnabled()</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Is info logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#isJdk13LumberjackAvailable()">isJdk13LumberjackAvailable()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Never invoked by this class; subclasses should not assume
              it will be.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#isJdk14Available()">isJdk14Available()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Never invoked by this class; subclasses should not assume
              it will be.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#isLevelEnabled(int)">isLevelEnabled(int)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Is the given log level currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#isLog4JAvailable()">isLog4JAvailable()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Never invoked by this class; subclasses should not assume
              it will be.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#isLogLibraryAvailable(java.lang.String,%20java.lang.String)">isLogLibraryAvailable(String, String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Utility method to check whether a particular logging library is
 present and available for use.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Is logging to <code>org.apache.avalon.framework.logger.Logger.debug</code> enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Is trace logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Is trace logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Check whether the Log4j Logger used is enabled for <code>TRACE</code> priority.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Checks whether the <code>LogKit</code> logger will log messages of priority <code>DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Trace is never enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Are trace messages currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#isTraceEnabled()">isTraceEnabled()</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Is trace logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Is logging to <code>org.apache.avalon.framework.logger.Logger.warn</code> enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Is warn logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Is warn logging currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Check whether the Log4j Logger used is enabled for <code>WARN</code> priority.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Checks whether the <code>LogKit</code> logger will log messages of priority <code>WARN</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Warn is never enabled.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Are warn messages currently enabled?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#isWarnEnabled()">isWarnEnabled()</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Is warn logging currently enabled?</div>
</dd>
</dl>
<a name="_J_">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl"><span class="strong">Jdk13LumberjackLogger</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Implementation of the <code>org.apache.commons.logging.Log</code>
 interface that wraps the standard JDK logging mechanisms that are
 available in SourceForge's Lumberjack for JDKs prior to 1.4.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#Jdk13LumberjackLogger(java.lang.String)">Jdk13LumberjackLogger(String)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Construct a named instance of this Logger.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#jdk14IsAvailable">jdk14IsAvailable</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Is JDK 1.4 logging available</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl"><span class="strong">Jdk14Logger</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Implementation of the <code>org.apache.commons.logging.Log</code>
 interface that wraps the standard JDK logging mechanisms that were
 introduced in the Merlin release (JDK 1.4).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#Jdk14Logger(java.lang.String)">Jdk14Logger(String)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Construct a named instance of this Logger.</div>
</dd>
</dl>
<a name="_K_">
<!--   -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#key">key</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#keys()">keys()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#keySet()">keySet()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_L_">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#log(java.util.logging.Level,%20java.lang.String,%20java.lang.Throwable)">log(Level, String, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#log(java.util.logging.Level,%20java.lang.String,%20java.lang.Throwable)">log(Level, String, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#log(int,%20java.lang.Object,%20java.lang.Throwable)">log(int, Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Do the actual logging.</div>
</dd>
<dt><a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><span class="strong">Log</span></a> - Interface in <a href="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</a></dt>
<dd>
<div class="block">A simple logging interface abstracting logging APIs.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#log4jIsAvailable">log4jIsAvailable</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Is log4j available (in the current classpath)</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl"><span class="strong">Log4JLogger</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Implementation of <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a> that maps directly to a
 <strong>Logger</strong> for log4J version 1.2.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#Log4JLogger()">Log4JLogger()</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#Log4JLogger(java.lang.String)">Log4JLogger(String)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Base constructor.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#Log4JLogger(Logger)">Log4JLogger(Logger)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">For use with a log4j factory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_ALL">LOG_LEVEL_ALL</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Enable all logging levels</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_DEBUG">LOG_LEVEL_DEBUG</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">"Debug" level logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_ERROR">LOG_LEVEL_ERROR</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">"Error" level logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_FATAL">LOG_LEVEL_FATAL</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">"Fatal" level logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_INFO">LOG_LEVEL_INFO</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">"Info" level logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_OFF">LOG_LEVEL_OFF</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Enable no logging levels</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_TRACE">LOG_LEVEL_TRACE</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">"Trace" level logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_WARN">LOG_LEVEL_WARN</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">"Warn" level logging.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOG_PROPERTY">LOG_PROPERTY</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The name (<code>org.apache.commons.logging.Log</code>) of the system
 property identifying our <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a> implementation class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOG_PROPERTY_OLD">LOG_PROPERTY_OLD</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The deprecated system property used for backwards compatibility with
 old versions of JCL.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#logClassLoaderEnvironment(java.lang.Class)">logClassLoaderEnvironment(Class)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Generate useful diagnostics regarding the classloader tree for
 the specified class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#logClassName">logClassName</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Name of the class implementing the Log interface.</div>
</dd>
<dt><a href="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging"><span class="strong">LogConfigurationException</span></a> - Exception in <a href="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</a></dt>
<dd>
<div class="block">An exception that is thrown only if a suitable <code>LogFactory</code>
 or <code>Log</code> instance cannot be created by the corresponding
 factory methods.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException()">LogConfigurationException()</a></span> - Constructor for exception org.apache.commons.logging.<a href="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</a></dt>
<dd>
<div class="block">Construct a new exception with <code>null</code> as its detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException(java.lang.String)">LogConfigurationException(String)</a></span> - Constructor for exception org.apache.commons.logging.<a href="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</a></dt>
<dd>
<div class="block">Construct a new exception with the specified detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException(java.lang.Throwable)">LogConfigurationException(Throwable)</a></span> - Constructor for exception org.apache.commons.logging.<a href="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</a></dt>
<dd>
<div class="block">Construct a new exception with the specified cause and a derived
 detail message.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException(java.lang.String,%20java.lang.Throwable)">LogConfigurationException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.logging.<a href="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</a></dt>
<dd>
<div class="block">Construct a new exception with the specified detail message and cause.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#logConstructor">logConstructor</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The one-argument constructor of the
 <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a>
 implementation class that will be used to create new instances.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#logConstructorSignature">logConstructorSignature</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The signature of the Constructor to be used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#logDiagnostic(java.lang.String)">logDiagnostic(String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Output a diagnostic message to a user-specified destination (if the
 user has enabled diagnostic logging).</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#logDiagnostic(java.lang.String)">logDiagnostic(String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Write the specified message to the internal logging destination.</div>
</dd>
<dt><a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging"><span class="strong">LogFactory</span></a> - Class in <a href="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</a></dt>
<dd>
<div class="block">Factory for creating <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a> instances, with discovery and
 configuration features similar to that employed by standard Java APIs
 such as JAXP.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#LogFactory()">LogFactory()</a></span> - Constructor for class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Protected constructor that is not available for public use.</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl"><span class="strong">LogFactoryImpl</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Concrete subclass of <a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging"><code>LogFactory</code></a> that implements the
 following algorithm to dynamically select a logging implementation
 class to instantiate a wrapper for:
 
 Use a factory configuration attribute named
     <code>org.apache.commons.logging.Log</code> to identify the
     requested implementation class.
 Use the <code>org.apache.commons.logging.Log</code> system property
     to identify the requested implementation class.
 If <em>Log4J</em> is available, return an instance of
     <code>org.apache.commons.logging.impl.Log4JLogger</code>.
 If <em>JDK 1.4 or later</em> is available, return an instance of
     <code>org.apache.commons.logging.impl.Jdk14Logger</code>.
 Otherwise, return an instance of
     <code>org.apache.commons.logging.impl.SimpleLog</code>.
 </div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LogFactoryImpl()">LogFactoryImpl()</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Public no-arguments constructor required by the lookup mechanism.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#logger">logger</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Avalon logger used to perform log.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#logger">logger</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">The underlying Logger implementation we are using.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#logger">logger</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">The underlying Logger implementation we are using.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#logger">logger</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Log to this logger</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#logger">logger</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logging goes to this <code>LogKit</code> logger</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOGGING_IMPL_JDK14_LOGGER">LOGGING_IMPL_JDK14_LOGGER</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Jdk14Logger class name</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOGGING_IMPL_LOG4J_LOGGER">LOGGING_IMPL_LOG4J_LOGGER</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Log4JLogger class name</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOGGING_IMPL_LUMBERJACK_LOGGER">LOGGING_IMPL_LUMBERJACK_LOGGER</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Jdk13LumberjackLogger class name</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOGGING_IMPL_SIMPLE_LOGGER">LOGGING_IMPL_SIMPLE_LOGGER</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">SimpleLog class name</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#logHierarchy(java.lang.String,%20java.lang.ClassLoader)">logHierarchy(String, ClassLoader)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Logs diagnostic messages about the given classloader
 and it's hierarchy.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#logImplctor">logImplctor</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Constructor for current log class</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl"><span class="strong">LogKitLogger</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Implementation of <code>org.apache.commons.logging.Log</code>
 that wraps the <a href="http://avalon.apache.org/logkit/">avalon-logkit</a>
 logging system.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#LogKitLogger(java.lang.String)">LogKitLogger(String)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Construct <code>LogKitLogger</code> which wraps the <code>LogKit</code>
 logger with given name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#logMethod">logMethod</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The one-argument <code>setLogFactory</code> method of the selected
 <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a> method, if it exists.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#logMethodSignature">logMethodSignature</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">The signature of the <code>setLogFactory</code> method to be used.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#logName">logName</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">The name of this simple log instance</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#logRawDiagnostic(java.lang.String)">logRawDiagnostic(String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Write the specified message to the internal logging destination.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#logs">logs</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging"><span class="strong">LogSource</span></a> - Class in <a href="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>Use <a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging"><code>LogFactory</code></a> instead - The default factory
  implementation performs exactly the same algorithm as this class did</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#LogSource()">LogSource()</a></span> - Constructor for class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Don't allow others to create instances.</div>
</dd>
</dl>
<a name="_M_">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#makeNewLogInstance(java.lang.String)">makeNewLogInstance(String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Create a new <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a> implementation, based on the given <i>name</i>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#MAX_CHANGES_BEFORE_PURGE">MAX_CHANGES_BEFORE_PURGE</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>
<div class="block">The maximum number of times put() or remove() can be called before
 the map will be purged of all cleared entries.</div>
</dd>
</dl>
<a name="_N_">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#name">name</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#name">name</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">The name of the logger we are wrapping.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#name">name</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logger name</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#name">name</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Name of this logger</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#newFactory(java.lang.String,%20java.lang.ClassLoader,%20java.lang.ClassLoader)">newFactory(String, ClassLoader, ClassLoader)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Return a new instance of the specified <code>LogFactory</code>
 implementation class, loaded by the specified class loader.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#newFactory(java.lang.String,%20java.lang.ClassLoader)">newFactory(String, ClassLoader)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Method provided for backwards compatibility; see newFactory version that
 takes 3 parameters.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#newInstance(java.lang.String)">newInstance(String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Create and return a new <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a>
 instance for the specified name.</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl"><span class="strong">NoOpLog</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Trivial implementation of Log that throws away all messages.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#NoOpLog()">NoOpLog()</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Convenience constructor</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#NoOpLog(java.lang.String)">NoOpLog(String)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Base constructor</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#nullClassLoaderFactory">nullClassLoaderFactory</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>since 1.1.2</i></div>
</div>
</dd>
</dl>
<a name="_O_">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#objectId(java.lang.Object)">objectId(Object)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Returns a string that uniquely identifies the specified object, including
 its class.</div>
</dd>
<dt><a href="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</a> - package org.apache.commons.logging</dt>
<dd>
<div class="block">Simple wrapper API around multiple logging APIs.</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a> - package org.apache.commons.logging.impl</dt>
<dd>
<div class="block">Concrete implementations of commons-logging wrapper APIs.</div>
</dd>
</dl>
<a name="_P_">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#PARTIAL_PURGE_COUNT">PARTIAL_PURGE_COUNT</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>
<div class="block">The maximum number of times put() or remove() can be called before
 the map will be purged of one cleared entry.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#PKG_IMPL">PKG_IMPL</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#PKG_LEN">PKG_LEN</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#PRIORITY_KEY">PRIORITY_KEY</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">The name (<code>priority</code>) of the key in the config file used to
 specify the priority of that particular config file.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#purge()">purge()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>
<div class="block">Purges all entries whose wrapped keys
 have been garbage collected.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#purgeOne()">purgeOne()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>
<div class="block">Purges one entry whose wrapped key
 has been garbage collected.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#put(java.lang.Object,%20java.lang.Object)">put(Object, Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#putAll(java.util.Map)">putAll(Map)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_Q_">
<!--   -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#queue">queue</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_R_">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#reference">reference</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Referenced</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html#referenced">referenced</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html" title="class in org.apache.commons.logging.impl">WeakHashtable.WeakKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#rehash()">rehash()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#release()">release()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Release any internal references to previously created
 <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a>
 instances returned by this factory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#release()">release()</a></span> - Method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Release any internal references to previously created <a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><code>Log</code></a>
 instances returned by this factory.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#release(java.lang.ClassLoader)">release(ClassLoader)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Release any internal references to previously created <a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging"><code>LogFactory</code></a>
 instances that have been associated with the specified class loader
 (if any), after calling the instance method <code>release()</code> on
 each of them.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/ServletContextCleaner.html#RELEASE_SIGNATURE">RELEASE_SIGNATURE</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/ServletContextCleaner.html" title="class in org.apache.commons.logging.impl">ServletContextCleaner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#releaseAll()">releaseAll()</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Release any internal references to previously created <a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging"><code>LogFactory</code></a>
 instances, after calling the instance method <code>release()</code> on
 each of them.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#removeAttribute(java.lang.String)">removeAttribute(String)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Remove any configuration attribute associated with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#removeAttribute(java.lang.String)">removeAttribute(String)</a></span> - Method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Remove any configuration attribute associated with the specified name.</div>
</dd>
</dl>
<a name="_S_">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Serializable version identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Serializable version identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Serializable version identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Serializable version identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Serializable version identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Serializable version identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#serialVersionUID">serialVersionUID</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>
<div class="block">Serializable version identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogConfigurationException.html#serialVersionUID">serialVersionUID</a></span> - Static variable in exception org.apache.commons.logging.<a href="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</a></dt>
<dd>
<div class="block">Serializable version identifier.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#SERVICE_ID">SERVICE_ID</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">JDK1.3+ <a href="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Provider">
 'Service Provider' specification</a>.</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/ServletContextCleaner.html" title="class in org.apache.commons.logging.impl"><span class="strong">ServletContextCleaner</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">This class is capable of receiving notifications about the undeployment of
 a webapp, and responds by ensuring that commons-logging releases all
 memory associated with the undeployed webapp.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/ServletContextCleaner.html#ServletContextCleaner()">ServletContextCleaner()</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/ServletContextCleaner.html" title="class in org.apache.commons.logging.impl">ServletContextCleaner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#setAttribute(java.lang.String,%20java.lang.Object)">setAttribute(String, Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Set the configuration attribute with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#setAttribute(java.lang.String,%20java.lang.Object)">setAttribute(String, Object)</a></span> - Method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Set the configuration attribute with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#setDefaultLogger(org.apache.avalon.framework.logger.Logger)">setDefaultLogger(Logger)</a></span> - Static method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Sets the ancestral Avalon logger from which the delegating loggers will descend.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#setLevel(int)">setLevel(int)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Set logging level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#setLogImplementation(java.lang.String)">setLogImplementation(String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Set the log implementation/log implementation factory
 by the name of the class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogSource.html#setLogImplementation(java.lang.Class)">setLogImplementation(Class)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span></div>
<div class="block">Set the log implementation/log implementation factory by class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#setValue(java.lang.Object)">setValue(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#shortLogName">shortLogName</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">The short name of this simple log instance</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#showDateTime">showDateTime</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Include the current time in the log message</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#showLogName">showLogName</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Include the instance name in the log message?</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#showShortName">showShortName</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Include the short name ( last component ) of the logger in the log
  message.</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl"><span class="strong">SimpleLog</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Simple implementation of Log that sends all enabled log messages,
 for all defined loggers, to System.err.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#SimpleLog(java.lang.String)">SimpleLog(String)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Construct a simple log with given name.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#simpleLogProps">simpleLogProps</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Properties loaded from simplelog.properties</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#size()">size()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#sourceClassName">sourceClassName</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#sourceMethodName">sourceMethodName</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#systemPrefix">systemPrefix</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">All system properties used by <code>SimpleLog</code> start with this</div>
</dd>
</dl>
<a name="_T_">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#TCCL_KEY">TCCL_KEY</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">The name (<code>use_tccl</code>) of the key in the config file used
 to specify whether logging classes should be loaded via the thread
 context class loader (TCCL), or not.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#thisClassLoader">thisClassLoader</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">A reference to the classloader that loaded this class.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#toString()">toString()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.debug</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.debug</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.FINEST</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.FINEST</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.FINEST</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.FINEST</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.TRACE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.TRACE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.DEBUG</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#trace(java.lang.Object)">trace(Object)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs a message with trace log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#trace(java.lang.Object,%20java.lang.Throwable)">trace(Object, Throwable)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs an error with trace log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#traceLevel">traceLevel</a></span> - Static variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#trim(java.lang.String)">trim(String)</a></span> - Static method in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Utility method to safely trim a string.</div>
</dd>
</dl>
<a name="_U_">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogFactoryImpl.html#useTCCL">useTCCL</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl">LogFactoryImpl</a></dt>
<dd>
<div class="block">Determines whether logging classes should be loaded using the thread-context
 classloader, or via the classloader that loaded this LogFactoryImpl class.</div>
</dd>
</dl>
<a name="_V_">
<!--   -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#value">value</a></span> - Variable in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#values()">values()</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_W_">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.warn</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/AvalonLogger.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl">AvalonLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.avalon.framework.logger.Logger.warn</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.WARNING</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl">Jdk13LumberjackLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.WARNING</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.WARNING</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Jdk14Logger.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl">Jdk14Logger</a></dt>
<dd>
<div class="block">Logs a message with <code>java.util.logging.Level.WARNING</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.WARN</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/Log4JLogger.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl">Log4JLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log4j.Priority.WARN</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.WARN</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/LogKitLogger.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl">LogKitLogger</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.log.Priority.WARN</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/NoOpLog.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl">NoOpLog</a></dt>
<dd>
<div class="block">Do nothing</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Logs a message with <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#warn(java.lang.Object)">warn(Object)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs a message with warn log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/Log.html#warn(java.lang.Object,%20java.lang.Throwable)">warn(Object, Throwable)</a></span> - Method in interface org.apache.commons.logging.<a href="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</a></dt>
<dd>
<div class="block">Logs an error with warn log level.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/LogFactory.html#WEAK_HASHTABLE_CLASSNAME">WEAK_HASHTABLE_CLASSNAME</a></span> - Static variable in class org.apache.commons.logging.<a href="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</a></dt>
<dd>
<div class="block">Name used to load the weak hashtable implementation by names.</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl"><span class="strong">WeakHashtable</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Implementation of <code>Hashtable</code> that uses <code>WeakReference</code>'s
 to hold its keys thus allowing them to be reclaimed by the garbage collector.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.html#WeakHashtable()">WeakHashtable()</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl">WeakHashtable</a></dt>
<dd>
<div class="block">Constructs a WeakHashtable with the Hashtable default
 capacity and load factor.</div>
</dd>
<dt><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl"><span class="strong">WeakHashtable.Entry</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Entry implementation</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#WeakHashtable.Entry(java.lang.Object,%20java.lang.Object)">WeakHashtable.Entry(Object, Object)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Entry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl"><span class="strong">WeakHashtable.Referenced</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">Wrapper giving correct symantics for equals and hashcode</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#WeakHashtable.Referenced(java.lang.Object)">WeakHashtable.Referenced(Object)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Referenced</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#WeakHashtable.Referenced(java.lang.Object,%20java.lang.ref.ReferenceQueue)">WeakHashtable.Referenced(Object, ReferenceQueue)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl">WeakHashtable.Referenced</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html" title="class in org.apache.commons.logging.impl"><span class="strong">WeakHashtable.WeakKey</span></a> - Class in <a href="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</a></dt>
<dd>
<div class="block">WeakReference subclass that holds a hard reference to an
 associated <code>value</code> and also makes accessible
 the Referenced object holding it.</div>
</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html#WeakHashtable.WeakKey(java.lang.Object,%20java.lang.ref.ReferenceQueue,%20org.apache.commons.logging.impl.WeakHashtable.Referenced)">WeakHashtable.WeakKey(Object, ReferenceQueue, WeakHashtable.Referenced)</a></span> - Constructor for class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html" title="class in org.apache.commons.logging.impl">WeakHashtable.WeakKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/apache/commons/logging/impl/SimpleLog.html#write(java.lang.StringBuffer)">write(StringBuffer)</a></span> - Method in class org.apache.commons.logging.impl.<a href="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl">SimpleLog</a></dt>
<dd>
<div class="block">Write the content of the message accumulated in the specified
 <code>StringBuffer</code> to the appropriate output destination.</div>
</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!--   -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip-navbar_bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright 2002-2013 The Apache Software                     Foundation.<!--  Licensed 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.--></small></p>
</body>
</html>