--- trunk2/lib/WebPAC/jsFind.pm 2004/09/05 17:53:56 406 +++ trunk2/lib/WebPAC/jsFind.pm 2004/09/05 21:25:10 409 @@ -26,6 +26,7 @@ my $index = new WebPAC::jsFind( index_path => '/path/to/jsFind/index', keys => 10, + log => 'log4perl.conf', ); C is path to location where jsFind index should be created. @@ -33,6 +34,9 @@ C is optional parametar which specify number of keys in each node (which has to be even number). Default is 10. +C is optional parametar which specify filename of L +config file. Default is C. + =cut sub new {