This file is indexed.

/usr/share/doc/libcommons-logging-java/api/index-all.html is in libcommons-logging-java-doc 1.1.1-9.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Tue Jan 31 09:55:06 UTC 2012 -->
<TITLE>
Index (Logging Wrapper Library (Version      1.1.1))
</TITLE>

<META NAME="date" CONTENT="2012-01-31">

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

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

</HEAD>

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


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

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


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

<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_CONTEXT_PROPERTY"><B>ALLOW_FLAWED_CONTEXT_PROPERTY</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_DISCOVERY_PROPERTY"><B>ALLOW_FLAWED_DISCOVERY_PROPERTY</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#ALLOW_FLAWED_HIERARCHY_PROPERTY"><B>ALLOW_FLAWED_HIERARCHY_PROPERTY</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#allowFlawedContext"><B>allowFlawedContext</B></A> - 
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>
<DD>See getBaseClassLoader and initConfiguration.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#allowFlawedDiscovery"><B>allowFlawedDiscovery</B></A> - 
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>
<DD>See handleFlawedDiscovery and initConfiguration.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#allowFlawedHierarchy"><B>allowFlawedHierarchy</B></A> - 
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>
<DD>See handleFlawedHierarchy and initConfiguration.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#attributes"><B>attributes</B></A> - 
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>
<DD>Configuration attributes.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html" title="class in org.apache.commons.logging.impl"><B>AvalonLogger</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>Implementation of commons-logging Log interface that delegates all
 logging calls to the Avalon logging abstraction: the Logger interface.<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#AvalonLogger(org.apache.avalon.framework.logger.Logger)"><B>AvalonLogger(Logger)</B></A> - 
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>
<DD>Constructs an <code>AvalonLogger</code> that outputs to the given
 <code>Logger</code> instance.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#AvalonLogger(java.lang.String)"><B>AvalonLogger(String)</B></A> - 
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>
<DD>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>.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#cacheFactory(java.lang.ClassLoader, org.apache.commons.logging.LogFactory)"><B>cacheFactory(ClassLoader, LogFactory)</B></A> - 
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>
<DD>Remember this factory, so later calls to LogFactory.getCachedFactory
 can return the previously created object (together with all its
 cached Log objects).
<DT><A HREF="./org/apache/commons/logging/LogConfigurationException.html#cause"><B>cause</B></A> - 
Variable in exception org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</A>
<DD>The underlying cause of this exception.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#changeCount"><B>changeCount</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#classAndMethodFound"><B>classAndMethodFound</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#classesToDiscover"><B>classesToDiscover</B></A> - 
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>
<DD>The names of classes that will be tried (in order) as logging
 adapters.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/ServletContextCleaner.html#contextDestroyed(javax.servlet.ServletContextEvent)"><B>contextDestroyed(ServletContextEvent)</B></A> - 
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>
<DD>Invoked when a webapp is undeployed, this tells the LogFactory
 class to release any logging information related to the current
 contextClassloader.
<DT><A HREF="./org/apache/commons/logging/impl/ServletContextCleaner.html#contextInitialized(javax.servlet.ServletContextEvent)"><B>contextInitialized(ServletContextEvent)</B></A> - 
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>
<DD>Invoked when a webapp is deployed.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#createFactory(java.lang.String, java.lang.ClassLoader)"><B>createFactory(String, ClassLoader)</B></A> - 
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>
<DD>Implements the operations described in the javadoc for newFactory.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#createFactoryStore()"><B>createFactoryStore()</B></A> - 
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>
<DD>Create the hashtable which will be used to store a map of
 (context-classloader -> logfactory-object).
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#createLogFromClass(java.lang.String, java.lang.String, boolean)"><B>createLogFromClass(String, String, boolean)</B></A> - 
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>
<DD>Attempts to load the given class, find a suitable constructor,
 and instantiate an instance of Log.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#currentLogLevel"><B>currentLogLevel</B></A> - 
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>
<DD>The current log level
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#dateFormatter"><B>dateFormatter</B></A> - 
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>
<DD>Used to format times.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#dateTimeFormat"><B>dateTimeFormat</B></A> - 
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>
<DD>The date and time format to use in the log message
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.debug</code>.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.debug</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.FINE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.FINE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.FINE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.FINE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/Log.html#debug(java.lang.Object)"><B>debug(Object)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log a message with debug log level.
<DT><A HREF="./org/apache/commons/logging/Log.html#debug(java.lang.Object, java.lang.Throwable)"><B>debug(Object, Throwable)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log an error with debug log level.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#DEFAULT_DATE_TIME_FORMAT"><B>DEFAULT_DATE_TIME_FORMAT</B></A> - 
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>
<DD>The default format to use when formating dates
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#defaultLogger"><B>defaultLogger</B></A> - 
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>
<DD>Ancesteral avalon logger
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#diagnosticPrefix"><B>diagnosticPrefix</B></A> - 
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>
<DD>The string prefixed to every message output by the logDiagnostic method.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#diagnosticPrefix"><B>diagnosticPrefix</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#DIAGNOSTICS_DEST_PROPERTY"><B>DIAGNOSTICS_DEST_PROPERTY</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#diagnosticsStream"><B>diagnosticsStream</B></A> - 
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>
<DD>When null (the usual case), no diagnostic output will be
 generated by LogFactory or LogFactoryImpl.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#directGetContextClassLoader()"><B>directGetContextClassLoader()</B></A> - 
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>
<DD>Return the thread context class loader if available; otherwise return 
 null.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#discoverLogImplementation(java.lang.String)"><B>discoverLogImplementation(String)</B></A> - 
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>
<DD>Attempts to create a Log instance for the given category name.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#dummyLevel"><B>dummyLevel</B></A> - 
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>
<DD>This member variable simply ensures that any attempt to initialise
 this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#dummyLevel"><B>dummyLevel</B></A> - 
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>
<DD>This member variable simply ensures that any attempt to initialise
 this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#elements()"><B>elements()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#entrySet()"><B>entrySet()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.error</code>.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.error</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.SEVERE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.SEVERE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.SEVERE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.SEVERE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/Log.html#error(java.lang.Object)"><B>error(Object)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log a message with error log level.
<DT><A HREF="./org/apache/commons/logging/Log.html#error(java.lang.Object, java.lang.Throwable)"><B>error(Object, Throwable)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log an error with error log level.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#factories"><B>factories</B></A> - 
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>
<DD>The previously constructed <code>LogFactory</code> instances, keyed by
 the <code>ClassLoader</code> with which it was created.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#FACTORY_DEFAULT"><B>FACTORY_DEFAULT</B></A> - 
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>
<DD>The fully qualified class name of the fallback <code>LogFactory</code>
 implementation class to use, if no other can be found.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#FACTORY_PROPERTIES"><B>FACTORY_PROPERTIES</B></A> - 
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>
<DD>The name (<code>commons-logging.properties</code>) of the properties file to search for.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#FACTORY_PROPERTY"><B>FACTORY_PROPERTY</B></A> - 
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>
<DD>The name (<code>org.apache.commons.logging.LogFactory</code>) of the property 
 used to identify the LogFactory implementation
 class name.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.fatalError</code>.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.fatalError</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.SEVERE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.SEVERE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.SEVERE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.SEVERE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.FATAL</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.FATAL</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.FATAL_ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.FATAL_ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
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>
<DD>Log a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL</code>.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_FATAL</code>.
<DT><A HREF="./org/apache/commons/logging/Log.html#fatal(java.lang.Object)"><B>fatal(Object)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log a message with fatal log level.
<DT><A HREF="./org/apache/commons/logging/Log.html#fatal(java.lang.Object, java.lang.Throwable)"><B>fatal(Object, Throwable)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log an error with fatal log level.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#findUserSpecifiedLogClassName()"><B>findUserSpecifiedLogClassName()</B></A> - 
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>
<DD>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>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#FQCN"><B>FQCN</B></A> - 
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>
<DD>The fully qualified name of the Log4JLogger class.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#get(java.lang.Object)"><B>get(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
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>
<DD>Return the configuration attribute with the specified name (if any),
 or <code>null</code> if there is no such attribute.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getAttribute(java.lang.String)"><B>getAttribute(String)</B></A> - 
Method in class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</A>
<DD>Return the configuration attribute with the specified name (if any),
 or <code>null</code> if there is no such attribute.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
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>
<DD>Return an array containing the names of all currently defined
 configuration attributes.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getAttributeNames()"><B>getAttributeNames()</B></A> - 
Method in class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</A>
<DD>Return an array containing the names of all currently defined
 configuration attributes.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getBaseClassLoader()"><B>getBaseClassLoader()</B></A> - 
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>
<DD>Return the classloader from which we should try to load the logging
 adapter classes.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getBooleanConfiguration(java.lang.String, boolean)"><B>getBooleanConfiguration(String, boolean)</B></A> - 
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>
<DD>Get the setting for the user-configurable behaviour specified by key.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#getBooleanProperty(java.lang.String, boolean)"><B>getBooleanProperty(String, boolean)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getCachedFactory(java.lang.ClassLoader)"><B>getCachedFactory(ClassLoader)</B></A> - 
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>
<DD>Check cached factories (keyed by contextClassLoader)
<DT><A HREF="./org/apache/commons/logging/LogConfigurationException.html#getCause()"><B>getCause()</B></A> - 
Method in exception org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</A>
<DD>Return the underlying cause of this exception (if any).
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#getClassAndMethod()"><B>getClassAndMethod()</B></A> - 
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>
<DD>Gets the class and method by looking at the stack trace for the
 first entry that is not this class.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getClassLoader(java.lang.Class)"><B>getClassLoader(Class)</B></A> - 
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>
<DD>Workaround for bug in Java1.2; in theory this method is not needed.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getClassLoader(java.lang.Class)"><B>getClassLoader(Class)</B></A> - 
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>
<DD>Safely get access to the classloader for the specified class.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getConfigurationFile(java.lang.ClassLoader, java.lang.String)"><B>getConfigurationFile(ClassLoader, String)</B></A> - 
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>
<DD>Locate a user-provided configuration file.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getConfigurationValue(java.lang.String)"><B>getConfigurationValue(String)</B></A> - 
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>
<DD>Attempt to find an attribute (see method setAttribute) or a 
 system property with the provided name and return its value.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getContextClassLoader()"><B>getContextClassLoader()</B></A> - 
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>
<DD>Gets the context classloader.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#getContextClassLoader()"><B>getContextClassLoader()</B></A> - 
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>
<DD>Return the thread context class loader if available.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getContextClassLoader()"><B>getContextClassLoader()</B></A> - 
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>
<DD>Returns the current context classloader.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getContextClassLoaderInternal()"><B>getContextClassLoaderInternal()</B></A> - 
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>
<DD>Calls LogFactory.directGetContextClassLoader under the control of an
 AccessController class.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getContextClassLoaderInternal()"><B>getContextClassLoaderInternal()</B></A> - 
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>
<DD>Calls LogFactory.directGetContextClassLoader under the control of an
 AccessController class.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getFactory()"><B>getFactory()</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getInstance(java.lang.Class)"><B>getInstance(Class)</B></A> - 
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>
<DD>Convenience method to derive a name from the specified class and
 call <code>getInstance(String)</code> with it.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getInstance(java.lang.String)"><B>getInstance(String)</B></A> - 
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>
<DD>Construct (if necessary) and return a <code>Log</code> instance,
 using the factory's current set of configuration attributes.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getInstance(java.lang.Class)"><B>getInstance(Class)</B></A> - 
Method in class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</A>
<DD>Convenience method to derive a name from the specified class and
 call <code>getInstance(String)</code> with it.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getInstance(java.lang.String)"><B>getInstance(String)</B></A> - 
Method in class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</A>
<DD>Construct (if necessary) and return a <code>Log</code> instance,
 using the factory's current set of configuration attributes.
<DT><A HREF="./org/apache/commons/logging/LogSource.html#getInstance(java.lang.String)"><B>getInstance(String)</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;Get a <code>Log</code> instance by class name
<DT><A HREF="./org/apache/commons/logging/LogSource.html#getInstance(java.lang.Class)"><B>getInstance(Class)</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;Get a <code>Log</code> instance by class
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#getKey()"><B>getKey()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#getLevel()"><B>getLevel()</B></A> - 
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>
<DD> Get logging level.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getLog(java.lang.Class)"><B>getLog(Class)</B></A> - 
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>
<DD>Convenience method to return a named logger, without the application
 having to care about factories.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getLog(java.lang.String)"><B>getLog(String)</B></A> - 
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>
<DD>Convenience method to return a named logger, without the application
 having to care about factories.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getLogClassName()"><B>getLogClassName()</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;<I>Never invoked by this class; subclasses should not assume
              it will be.</I>
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getLogConstructor()"><B>getLogConstructor()</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;<I>Never invoked by this class; subclasses should not assume
              it will be.</I>
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#getLogger()"><B>getLogger()</B></A> - 
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>
<DD>Gets the Avalon logger implementation used to perform logging.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#getLogger()"><B>getLogger()</B></A> - 
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>
<DD>Return the native Logger instance we are using.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#getLogger()"><B>getLogger()</B></A> - 
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>
<DD>Return the native Logger instance we are using.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#getLogger()"><B>getLogger()</B></A> - 
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>
<DD>Return the native Logger instance we are using.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#getLogger()"><B>getLogger()</B></A> - 
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>
<DD>Return the underlying Logger we are using.
<DT><A HREF="./org/apache/commons/logging/LogSource.html#getLogNames()"><B>getLogNames()</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;Returns a <CODE>String</CODE> array containing the names of
 all logs known to me.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getLowestClassLoader(java.lang.ClassLoader, java.lang.ClassLoader)"><B>getLowestClassLoader(ClassLoader, ClassLoader)</B></A> - 
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>
<DD>Given two related classloaders, return the one which is a child of
 the other.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getParentClassLoader(java.lang.ClassLoader)"><B>getParentClassLoader(ClassLoader)</B></A> - 
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>
<DD>Fetch the parent classloader of a specified classloader.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getProperties(java.net.URL)"><B>getProperties(URL)</B></A> - 
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>
<DD>Given a URL that refers to a .properties file, load that file.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html#getReferenced()"><B>getReferenced()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#getResourceAsStream(java.lang.String)"><B>getResourceAsStream(String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getResourceAsStream(java.lang.ClassLoader, java.lang.String)"><B>getResourceAsStream(ClassLoader, String)</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getResources(java.lang.ClassLoader, java.lang.String)"><B>getResources(ClassLoader, String)</B></A> - 
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>
<DD>Given a filename, return an enumeration of URLs pointing to
 all the occurrences of that filename in the classpath.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#getStringProperty(java.lang.String)"><B>getStringProperty(String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#getStringProperty(java.lang.String, java.lang.String)"><B>getStringProperty(String, String)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#getSystemProperty(java.lang.String, java.lang.String)"><B>getSystemProperty(String, String)</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#getSystemProperty(java.lang.String, java.lang.String)"><B>getSystemProperty(String, String)</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#getValue()"><B>getValue()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#getValue()"><B>getValue()</B></A> - 
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#handleFlawedDiscovery(java.lang.String, java.lang.ClassLoader, java.lang.Throwable)"><B>handleFlawedDiscovery(String, ClassLoader, Throwable)</B></A> - 
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>
<DD>Generates an internal diagnostic logging of the discovery failure and 
 then throws a <code>LogConfigurationException</code> that wraps 
 the passed <code>Throwable</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#handleFlawedHierarchy(java.lang.ClassLoader, java.lang.Class)"><B>handleFlawedHierarchy(ClassLoader, Class)</B></A> - 
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>
<DD>Report a problem loading the log adapter, then either return 
 (if the situation is considered recoverable) or throw a
 LogConfigurationException.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#hashCode()"><B>hashCode()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#hashCode"><B>hashCode</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#hashCode()"><B>hashCode()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#HASHTABLE_IMPLEMENTATION_PROPERTY"><B>HASHTABLE_IMPLEMENTATION_PROPERTY</B></A> - 
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>
<DD>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.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#implementsLogFactory(java.lang.Class)"><B>implementsLogFactory(Class)</B></A> - 
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>
<DD>Determines whether the given class actually implements <code>LogFactory</code>.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.info</code>.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.info</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_INFO</code>.
<DT><A HREF="./org/apache/commons/logging/Log.html#info(java.lang.Object)"><B>info(Object)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log a message with info log level.
<DT><A HREF="./org/apache/commons/logging/Log.html#info(java.lang.Object, java.lang.Throwable)"><B>info(Object, Throwable)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log an error with info log level.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#informUponSimilarName(java.lang.StringBuffer, java.lang.String, java.lang.String)"><B>informUponSimilarName(StringBuffer, String, String)</B></A> - 
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>
<DD>Appends message if the given name is similar to the candidate.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#initConfiguration()"><B>initConfiguration()</B></A> - 
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>
<DD>Initialize a number of variables that control the behaviour of this
 class and that can be tweaked by the user.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#initDiagnostics()"><B>initDiagnostics()</B></A> - 
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>
<DD>Calculate and cache a string that uniquely identifies this instance,
 including which classloader the object was loaded from.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#initDiagnostics()"><B>initDiagnostics()</B></A> - 
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>
<DD>Determines whether the user wants internal diagnostic output.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#instances"><B>instances</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
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>
<DD>Is logging to 
 <code>org.apache.avalon.framework.logger.Logger.debug</code> enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
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>
<DD>Is debug logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
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>
<DD>Is debug logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
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>
<DD>Check whether the Log4j Logger used is enabled for <code>DEBUG</code> priority.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
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>
<DD>Checks whether the <code>LogKit</code> logger will log messages of priority <code>DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
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>
<DD>Debug is never enabled.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
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>
<DD> Are debug messages currently enabled?
<DT><A HREF="./org/apache/commons/logging/Log.html#isDebugEnabled()"><B>isDebugEnabled()</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Is debug logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#isDiagnosticsEnabled()"><B>isDiagnosticsEnabled()</B></A> - 
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>
<DD>Workaround for bug in Java1.2; in theory this method is not needed.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#isDiagnosticsEnabled()"><B>isDiagnosticsEnabled()</B></A> - 
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>
<DD>Indicates true if the user has enabled internal logging.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#isEmpty()"><B>isEmpty()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
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>
<DD>Is logging to 
 <code>org.apache.avalon.framework.logger.Logger.error</code> enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
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>
<DD>Is error logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
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>
<DD>Is error logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
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>
<DD>Check whether the Log4j Logger used is enabled for <code>ERROR</code> priority.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
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>
<DD>Checks whether the <code>LogKit</code> logger will log messages of priority <code>ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
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>
<DD>Error is never enabled.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
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>
<DD> Are error messages currently enabled?
<DT><A HREF="./org/apache/commons/logging/Log.html#isErrorEnabled()"><B>isErrorEnabled()</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Is error logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> - 
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>
<DD>Is logging to 
 <code>org.apache.avalon.framework.logger.Logger.fatalError</code> enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> - 
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>
<DD>Is fatal logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> - 
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>
<DD>Is fatal logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> - 
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>
<DD>Check whether the Log4j Logger used is enabled for <code>FATAL</code> priority.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> - 
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>
<DD>Checks whether the <code>LogKit</code> logger will log messages of priority <code>FATAL_ERROR</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> - 
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>
<DD>Fatal is never enabled.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> - 
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>
<DD> Are fatal messages currently enabled?
<DT><A HREF="./org/apache/commons/logging/Log.html#isFatalEnabled()"><B>isFatalEnabled()</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Is fatal logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
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>
<DD>Is logging to
 <code>org.apache.avalon.framework.logger.Logger.info</code> enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
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>
<DD>Is info logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
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>
<DD>Is info logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
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>
<DD>Check whether the Log4j Logger used is enabled for <code>INFO</code> priority.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
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>
<DD>Checks whether the <code>LogKit</code> logger will log messages of priority <code>INFO</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
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>
<DD>Info is never enabled.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
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>
<DD> Are info messages currently enabled?
<DT><A HREF="./org/apache/commons/logging/Log.html#isInfoEnabled()"><B>isInfoEnabled()</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Is info logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#isJdk13LumberjackAvailable()"><B>isJdk13LumberjackAvailable()</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;<I>Never invoked by this class; subclasses should not assume
              it will be.</I>
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#isJdk14Available()"><B>isJdk14Available()</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;<I>Never invoked by this class; subclasses should not assume
              it will be.</I>
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#isLevelEnabled(int)"><B>isLevelEnabled(int)</B></A> - 
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>
<DD>Is the given log level currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#isLog4JAvailable()"><B>isLog4JAvailable()</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;<I>Never invoked by this class; subclasses should not assume
              it will be.</I>
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#isLogLibraryAvailable(java.lang.String, java.lang.String)"><B>isLogLibraryAvailable(String, String)</B></A> - 
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>
<DD>Utility method to check whether a particular logging library is
 present and available for use.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
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>
<DD>Is logging to 
 <code>org.apache.avalon.framework.logger.Logger.debug</code> enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
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>
<DD>Is trace logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
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>
<DD>Is trace logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
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>
<DD>Check whether the Log4j Logger used is enabled for <code>TRACE</code> priority.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
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>
<DD>Checks whether the <code>LogKit</code> logger will log messages of priority <code>DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
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>
<DD>Trace is never enabled.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
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>
<DD> Are trace messages currently enabled?
<DT><A HREF="./org/apache/commons/logging/Log.html#isTraceEnabled()"><B>isTraceEnabled()</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Is trace logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
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>
<DD>Is logging to 
 <code>org.apache.avalon.framework.logger.Logger.warn</code> enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
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>
<DD>Is warn logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
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>
<DD>Is warn logging currently enabled?
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
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>
<DD>Check whether the Log4j Logger used is enabled for <code>WARN</code> priority.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
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>
<DD>Checks whether the <code>LogKit</code> logger will log messages of priority <code>WARN</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
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>
<DD>Warn is never enabled.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
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>
<DD> Are warn messages currently enabled?
<DT><A HREF="./org/apache/commons/logging/Log.html#isWarnEnabled()"><B>isWarnEnabled()</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Is warn logging currently enabled?
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html" title="class in org.apache.commons.logging.impl"><B>Jdk13LumberjackLogger</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>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.<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#Jdk13LumberjackLogger(java.lang.String)"><B>Jdk13LumberjackLogger(String)</B></A> - 
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>
<DD>Construct a named instance of this Logger.
<DT><A HREF="./org/apache/commons/logging/LogSource.html#jdk14IsAvailable"><B>jdk14IsAvailable</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;Is JDK 1.4 logging available
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html" title="class in org.apache.commons.logging.impl"><B>Jdk14Logger</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>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).<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#Jdk14Logger(java.lang.String)"><B>Jdk14Logger(String)</B></A> - 
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>
<DD>Construct a named instance of this Logger.
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#key"><B>key</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#keys()"><B>keys()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#keySet()"><B>keySet()</B></A> - 
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#log(java.util.logging.Level, java.lang.String, java.lang.Throwable)"><B>log(Level, String, Throwable)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#log(java.util.logging.Level, java.lang.String, java.lang.Throwable)"><B>log(Level, String, Throwable)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#log(int, java.lang.Object, java.lang.Throwable)"><B>log(int, Object, Throwable)</B></A> - 
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>
<DD> Do the actual logging.
<DT><A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging"><B>Log</B></A> - Interface in <A HREF="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</A><DD>A simple logging interface abstracting logging APIs.<DT><A HREF="./org/apache/commons/logging/LogSource.html#log4jIsAvailable"><B>log4jIsAvailable</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;Is log4j available (in the current classpath)
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html" title="class in org.apache.commons.logging.impl"><B>Log4JLogger</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>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.<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#Log4JLogger()"><B>Log4JLogger()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#Log4JLogger(java.lang.String)"><B>Log4JLogger(String)</B></A> - 
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>
<DD>Base constructor.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#Log4JLogger(Logger)"><B>Log4JLogger(Logger)</B></A> - 
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>
<DD>For use with a log4j factory.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_ALL"><B>LOG_LEVEL_ALL</B></A> - 
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>
<DD>Enable all logging levels
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_DEBUG"><B>LOG_LEVEL_DEBUG</B></A> - 
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>
<DD>"Debug" level logging.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_ERROR"><B>LOG_LEVEL_ERROR</B></A> - 
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>
<DD>"Error" level logging.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_FATAL"><B>LOG_LEVEL_FATAL</B></A> - 
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>
<DD>"Fatal" level logging.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_INFO"><B>LOG_LEVEL_INFO</B></A> - 
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>
<DD>"Info" level logging.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_OFF"><B>LOG_LEVEL_OFF</B></A> - 
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>
<DD>Enable no logging levels
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_TRACE"><B>LOG_LEVEL_TRACE</B></A> - 
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>
<DD>"Trace" level logging.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#LOG_LEVEL_WARN"><B>LOG_LEVEL_WARN</B></A> - 
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>
<DD>"Warn" level logging.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOG_PROPERTY"><B>LOG_PROPERTY</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOG_PROPERTY_OLD"><B>LOG_PROPERTY_OLD</B></A> - 
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>
<DD>The deprecated system property used for backwards compatibility with
 old versions of JCL.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#logClassLoaderEnvironment(java.lang.Class)"><B>logClassLoaderEnvironment(Class)</B></A> - 
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>
<DD>Generate useful diagnostics regarding the classloader tree for
 the specified class.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#logClassName"><B>logClassName</B></A> - 
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>
<DD>Name of the class implementing the Log interface.
<DT><A HREF="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging"><B>LogConfigurationException</B></A> - Exception in <A HREF="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</A><DD>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.<DT><A HREF="./org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException()"><B>LogConfigurationException()</B></A> - 
Constructor for exception org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</A>
<DD>Construct a new exception with <code>null</code> as its detail message.
<DT><A HREF="./org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException(java.lang.String)"><B>LogConfigurationException(String)</B></A> - 
Constructor for exception org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</A>
<DD>Construct a new exception with the specified detail message.
<DT><A HREF="./org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException(java.lang.Throwable)"><B>LogConfigurationException(Throwable)</B></A> - 
Constructor for exception org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</A>
<DD>Construct a new exception with the specified cause and a derived
 detail message.
<DT><A HREF="./org/apache/commons/logging/LogConfigurationException.html#LogConfigurationException(java.lang.String, java.lang.Throwable)"><B>LogConfigurationException(String, Throwable)</B></A> - 
Constructor for exception org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogConfigurationException.html" title="class in org.apache.commons.logging">LogConfigurationException</A>
<DD>Construct a new exception with the specified detail message and cause.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#logConstructor"><B>logConstructor</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#logConstructorSignature"><B>logConstructorSignature</B></A> - 
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>
<DD>The signature of the Constructor to be used.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#logDiagnostic(java.lang.String)"><B>logDiagnostic(String)</B></A> - 
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>
<DD>Output a diagnostic message to a user-specified destination (if the
 user has enabled diagnostic logging).
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#logDiagnostic(java.lang.String)"><B>logDiagnostic(String)</B></A> - 
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>
<DD>Write the specified message to the internal logging destination.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging"><B>LogFactory</B></A> - Class in <A HREF="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</A><DD>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.<DT><A HREF="./org/apache/commons/logging/LogFactory.html#LogFactory()"><B>LogFactory()</B></A> - 
Constructor for class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</A>
<DD>Protected constructor that is not available for public use.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html" title="class in org.apache.commons.logging.impl"><B>LogFactoryImpl</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>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.<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#LogFactoryImpl()"><B>LogFactoryImpl()</B></A> - 
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>
<DD>Public no-arguments constructor required by the lookup mechanism.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#logger"><B>logger</B></A> - 
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>
<DD>Avalon logger used to perform log
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#logger"><B>logger</B></A> - 
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>
<DD>The underlying Logger implementation we are using.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#logger"><B>logger</B></A> - 
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>
<DD>The underlying Logger implementation we are using.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#logger"><B>logger</B></A> - 
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>
<DD>Log to this logger
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#logger"><B>logger</B></A> - 
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>
<DD>Logging goes to this <code>LogKit</code> logger
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOGGING_IMPL_JDK14_LOGGER"><B>LOGGING_IMPL_JDK14_LOGGER</B></A> - 
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>
<DD>Jdk14Logger class name
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOGGING_IMPL_LOG4J_LOGGER"><B>LOGGING_IMPL_LOG4J_LOGGER</B></A> - 
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>
<DD>Log4JLogger class name
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOGGING_IMPL_LUMBERJACK_LOGGER"><B>LOGGING_IMPL_LUMBERJACK_LOGGER</B></A> - 
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>
<DD>Jdk13LumberjackLogger class name
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#LOGGING_IMPL_SIMPLE_LOGGER"><B>LOGGING_IMPL_SIMPLE_LOGGER</B></A> - 
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>
<DD>SimpleLog class name
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#logHierarchy(java.lang.String, java.lang.ClassLoader)"><B>logHierarchy(String, ClassLoader)</B></A> - 
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>
<DD>Logs diagnostic messages about the given classloader
 and it's hierarchy.
<DT><A HREF="./org/apache/commons/logging/LogSource.html#logImplctor"><B>logImplctor</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;Constructor for current log class
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html" title="class in org.apache.commons.logging.impl"><B>LogKitLogger</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>Implementation of <code>org.apache.commons.logging.Log</code>
 that wraps the <a href="http://avalon.apache.org/logkit/">avalon-logkit</a>
 logging system.<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#LogKitLogger(java.lang.String)"><B>LogKitLogger(String)</B></A> - 
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>
<DD>Construct <code>LogKitLogger</code> which wraps the <code>LogKit</code>
 logger with given name.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#logMethod"><B>logMethod</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#logMethodSignature"><B>logMethodSignature</B></A> - 
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>
<DD>The signature of the <code>setLogFactory</code> method to be used.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#logName"><B>logName</B></A> - 
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>
<DD>The name of this simple log instance
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#logRawDiagnostic(java.lang.String)"><B>logRawDiagnostic(String)</B></A> - 
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>
<DD>Write the specified message to the internal logging destination.
<DT><A HREF="./org/apache/commons/logging/LogSource.html#logs"><B>logs</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging"><B>LogSource</B></A> - Class in <A HREF="./org/apache/commons/logging/package-summary.html">org.apache.commons.logging</A><DD><B>Deprecated.</B>&nbsp;<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><DT><A HREF="./org/apache/commons/logging/LogSource.html#LogSource()"><B>LogSource()</B></A> - 
Constructor for class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogSource.html" title="class in org.apache.commons.logging">LogSource</A>
<DD><B>Deprecated.</B>&nbsp;Don't allow others to create instances
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/LogSource.html#makeNewLogInstance(java.lang.String)"><B>makeNewLogInstance(String)</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;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>.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#MAX_CHANGES_BEFORE_PURGE"><B>MAX_CHANGES_BEFORE_PURGE</B></A> - 
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>
<DD>The maximum number of times put() or remove() can be called before
 the map will be purged of all cleared entries.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#name"><B>name</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#name"><B>name</B></A> - 
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>
<DD>The name of the logger we are wrapping.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#name"><B>name</B></A> - 
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>
<DD>Logger name
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#name"><B>name</B></A> - 
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>
<DD>Name of this logger
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#newFactory(java.lang.String, java.lang.ClassLoader, java.lang.ClassLoader)"><B>newFactory(String, ClassLoader, ClassLoader)</B></A> - 
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>
<DD>Return a new instance of the specified <code>LogFactory</code>
 implementation class, loaded by the specified class loader.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#newFactory(java.lang.String, java.lang.ClassLoader)"><B>newFactory(String, ClassLoader)</B></A> - 
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>
<DD>Method provided for backwards compatibility; see newFactory version that
 takes 3 parameters.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#newInstance(java.lang.String)"><B>newInstance(String)</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html" title="class in org.apache.commons.logging.impl"><B>NoOpLog</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>Trivial implementation of Log that throws away all messages.<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#NoOpLog()"><B>NoOpLog()</B></A> - 
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>
<DD>Convenience constructor
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#NoOpLog(java.lang.String)"><B>NoOpLog(String)</B></A> - 
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>
<DD>Base constructor
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#nullClassLoaderFactory"><B>nullClassLoaderFactory</B></A> - 
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>
<DD>Prevously constructed <code>LogFactory</code> instance as in the
 <code>factories</code> map, but for the case where
 <code>getClassLoader</code> returns <code>null</code>.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#objectId(java.lang.Object)"><B>objectId(Object)</B></A> - 
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>
<DD>Returns a string that uniquely identifies the specified object, including
 its class.
<DT><A HREF="./org/apache/commons/logging/package-summary.html"><B>org.apache.commons.logging</B></A> - package org.apache.commons.logging<DD>Simple wrapper API around multiple logging APIs.<DT><A HREF="./org/apache/commons/logging/impl/package-summary.html"><B>org.apache.commons.logging.impl</B></A> - package org.apache.commons.logging.impl<DD>Concrete implementations of commons-logging wrapper APIs.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#PARTIAL_PURGE_COUNT"><B>PARTIAL_PURGE_COUNT</B></A> - 
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>
<DD>The maximum number of times put() or remove() can be called before
 the map will be purged of one cleared entry.
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#PKG_IMPL"><B>PKG_IMPL</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#PKG_LEN"><B>PKG_LEN</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#PRIORITY_KEY"><B>PRIORITY_KEY</B></A> - 
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>
<DD>The name (<code>priority</code>) of the key in the config file used to 
 specify the priority of that particular config file.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#purge()"><B>purge()</B></A> - 
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>
<DD>Purges all entries whose wrapped keys
 have been garbage collected.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#purgeOne()"><B>purgeOne()</B></A> - 
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>
<DD>Purges one entry whose wrapped key 
 has been garbage collected.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#put(java.lang.Object, java.lang.Object)"><B>put(Object, Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#putAll(java.util.Map)"><B>putAll(Map)</B></A> - 
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#queue"><B>queue</B></A> - 
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#reference"><B>reference</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html#referenced"><B>referenced</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#rehash()"><B>rehash()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#release()"><B>release()</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#release()"><B>release()</B></A> - 
Method in class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</A>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#release(java.lang.ClassLoader)"><B>release(ClassLoader)</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/ServletContextCleaner.html#RELEASE_SIGNATURE"><B>RELEASE_SIGNATURE</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#releaseAll()"><B>releaseAll()</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#removeAttribute(java.lang.String)"><B>removeAttribute(String)</B></A> - 
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>
<DD>Remove any configuration attribute associated with the specified name.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#removeAttribute(java.lang.String)"><B>removeAttribute(String)</B></A> - 
Method in class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</A>
<DD>Remove any configuration attribute associated with the specified name.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#SERVICE_ID"><B>SERVICE_ID</B></A> - 
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>
<DD>JDK1.3+ <a href="http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Provider">
 'Service Provider' specification</a>.
<DT><A HREF="./org/apache/commons/logging/impl/ServletContextCleaner.html" title="class in org.apache.commons.logging.impl"><B>ServletContextCleaner</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>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.<DT><A HREF="./org/apache/commons/logging/impl/ServletContextCleaner.html#ServletContextCleaner()"><B>ServletContextCleaner()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#setAttribute(java.lang.String, java.lang.Object)"><B>setAttribute(String, Object)</B></A> - 
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>
<DD>Set the configuration attribute with the specified name.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#setAttribute(java.lang.String, java.lang.Object)"><B>setAttribute(String, Object)</B></A> - 
Method in class org.apache.commons.logging.<A HREF="./org/apache/commons/logging/LogFactory.html" title="class in org.apache.commons.logging">LogFactory</A>
<DD>Set the configuration attribute with the specified name.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#setDefaultLogger(org.apache.avalon.framework.logger.Logger)"><B>setDefaultLogger(Logger)</B></A> - 
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>
<DD>Sets the ancesteral Avalon logger from which the delegating loggers 
 will descend.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#setLevel(int)"><B>setLevel(int)</B></A> - 
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>
<DD> Set logging level.
<DT><A HREF="./org/apache/commons/logging/LogSource.html#setLogImplementation(java.lang.String)"><B>setLogImplementation(String)</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;Set the log implementation/log implementation factory
 by the name of the class.
<DT><A HREF="./org/apache/commons/logging/LogSource.html#setLogImplementation(java.lang.Class)"><B>setLogImplementation(Class)</B></A> - 
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>
<DD><B>Deprecated.</B>&nbsp;Set the log implementation/log implementation factory
 by class.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#setValue(java.lang.Object)"><B>setValue(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#shortLogName"><B>shortLogName</B></A> - 
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>
<DD>The short name of this simple log instance
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#showDateTime"><B>showDateTime</B></A> - 
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>
<DD>Include the current time in the log message
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#showLogName"><B>showLogName</B></A> - 
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>
<DD>Include the instance name in the log message?
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#showShortName"><B>showShortName</B></A> - 
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>
<DD>Include the short name ( last component ) of the logger in the log
  message.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html" title="class in org.apache.commons.logging.impl"><B>SimpleLog</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>Simple implementation of Log that sends all enabled log messages,
 for all defined loggers, to System.err.<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#SimpleLog(java.lang.String)"><B>SimpleLog(String)</B></A> - 
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>
<DD>Construct a simple log with given name.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#simpleLogProps"><B>simpleLogProps</B></A> - 
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>
<DD>Properties loaded from simplelog.properties
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#size()"><B>size()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#sourceClassName"><B>sourceClassName</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#sourceMethodName"><B>sourceMethodName</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#systemPrefix"><B>systemPrefix</B></A> - 
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>
<DD>All system properties used by <code>SimpleLog</code> start with this
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#TCCL_KEY"><B>TCCL_KEY</B></A> - 
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>
<DD>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.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#thisClassLoader"><B>thisClassLoader</B></A> - 
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>
<DD>A reference to the classloader that loaded this class.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#toString()"><B>toString()</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.debug</code>.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.debug</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.FINEST</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.FINEST</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.FINEST</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.FINEST</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.TRACE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.TRACE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.DEBUG</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE</code>.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_TRACE</code>.
<DT><A HREF="./org/apache/commons/logging/Log.html#trace(java.lang.Object)"><B>trace(Object)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log a message with trace log level.
<DT><A HREF="./org/apache/commons/logging/Log.html#trace(java.lang.Object, java.lang.Throwable)"><B>trace(Object, Throwable)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log an error with trace log level.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#traceLevel"><B>traceLevel</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#trim(java.lang.String)"><B>trim(String)</B></A> - 
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>
<DD>Utility method to safely trim a string.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/LogFactoryImpl.html#useTCCL"><B>useTCCL</B></A> - 
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>
<DD>Determines whether logging classes should be loaded using the thread-context
 classloader, or via the classloader that loaded this LogFactoryImpl class.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#value"><B>value</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#values()"><B>values()</B></A> - 
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>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.warn</code>.
<DT><A HREF="./org/apache/commons/logging/impl/AvalonLogger.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
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>
<DD>Logs a message with
 <code>org.apache.avalon.framework.logger.Logger.warn</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.WARNING</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk13LumberjackLogger.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.WARNING</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.WARNING</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Jdk14Logger.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>java.util.logging.Level.WARNING</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.WARN</code>.
<DT><A HREF="./org/apache/commons/logging/impl/Log4JLogger.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log4j.Priority.WARN</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.WARN</code>.
<DT><A HREF="./org/apache/commons/logging/impl/LogKitLogger.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with <code>org.apache.log.Priority.WARN</code>.
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/NoOpLog.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
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>
<DD>Do nothing
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN</code>.
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
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>
<DD>Logs a message with 
 <code>org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_WARN</code>.
<DT><A HREF="./org/apache/commons/logging/Log.html#warn(java.lang.Object)"><B>warn(Object)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log a message with warn log level.
<DT><A HREF="./org/apache/commons/logging/Log.html#warn(java.lang.Object, java.lang.Throwable)"><B>warn(Object, Throwable)</B></A> - 
Method in interface org.apache.commons.logging.<A HREF="./org/apache/commons/logging/Log.html" title="interface in org.apache.commons.logging">Log</A>
<DD> Log an error with warn log level.
<DT><A HREF="./org/apache/commons/logging/LogFactory.html#WEAK_HASHTABLE_CLASSNAME"><B>WEAK_HASHTABLE_CLASSNAME</B></A> - 
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>
<DD>Name used to load the weak hashtable implementation by names
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html" title="class in org.apache.commons.logging.impl"><B>WeakHashtable</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>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.<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.html#WeakHashtable()"><B>WeakHashtable()</B></A> - 
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>
<DD>Constructs a WeakHashtable with the Hashtable default
 capacity and load factor.
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html" title="class in org.apache.commons.logging.impl"><B>WeakHashtable.Entry</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>Entry implementation<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Entry.html#WeakHashtable.Entry(java.lang.Object, java.lang.Object)"><B>WeakHashtable.Entry(Object, Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html" title="class in org.apache.commons.logging.impl"><B>WeakHashtable.Referenced</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>Wrapper giving correct symantics for equals and hashcode<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#WeakHashtable.Referenced(java.lang.Object)"><B>WeakHashtable.Referenced(Object)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.Referenced.html#WeakHashtable.Referenced(java.lang.Object, java.lang.ref.ReferenceQueue)"><B>WeakHashtable.Referenced(Object, ReferenceQueue)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html" title="class in org.apache.commons.logging.impl"><B>WeakHashtable.WeakKey</B></A> - Class in <A HREF="./org/apache/commons/logging/impl/package-summary.html">org.apache.commons.logging.impl</A><DD>WeakReference subclass that holds a hard reference to an
 associated <code>value</code> and also makes accessible
 the Referenced object holding it.<DT><A HREF="./org/apache/commons/logging/impl/WeakHashtable.WeakKey.html#WeakHashtable.WeakKey(java.lang.Object, java.lang.ref.ReferenceQueue, org.apache.commons.logging.impl.WeakHashtable.Referenced)"><B>WeakHashtable.WeakKey(Object, ReferenceQueue, WeakHashtable.Referenced)</B></A> - 
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>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/logging/impl/SimpleLog.html#write(java.lang.StringBuffer)"><B>write(StringBuffer)</B></A> - 
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>
<DD>Write the content of the message accumulated in the specified
 <code>StringBuffer</code> to the appropriate output destination.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

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


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

<HR>
Copyright 2002-2004 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.-->
</BODY>
</HTML>