Hi,
Sorry about this. But even when I do log.info("some string"), nothing gets
written to the configured file.On 11/8/10 12:31 PM, "sebb" <[email protected]> wrote: >2010/11/8 Anupindi, Satish <[email protected]>: >> >> OK. With the below settings in the property file, I get a file called >> "Results_UDB" in the configured folder, but the file is empty. That is, >> None of the print statements that I see in the stdout (command window) >>are >> in this file. Any suggstions? > >As Deepak wrote: "Better use the log object ...", e.g. >log.info("whatever") > >print does not use the log object. > >> log_level.org.apache.jmeter.visualizers=DEBUG >> >>log_file.org.apache.jmeter.visualizers.BeanShellListener=/Users/sanupi000 >>/R >> esults_UDB >> >> >> >> Thanks, >> Satish >> >> On 11/8/10 10:45 AM, "sebb" <[email protected]> wrote: >> >>>On 8 November 2010 14:50, Anupindi, Satish >>><[email protected]> wrote: >>>> >>>> Hi, >>>> I'm sorry - I just don't get it in the link you provided. I'd like to >>>> configure an output file\log file only for the BeanShell Listener. >>>>Looks >>>> like we could configure a separate log file for different classes - >>>>but >>>>I >>>> cannot see a class for the Listeners.. . Am I even in the right >>>>place? >>> >>>The BeanShell Listener is in the package: >>> >>>org.apache.jmeter.visualizers >>> >>>which is where you will find all the other Listeners. >>> >>>> Thanks, >>>> Satish >>>> >>>> On 11/6/10 12:49 AM, "Deepak Shetty" <[email protected]> wrote: >>>> >>>>>hi >>>>>this would go to stdout so if you want to see it you should launch >>>>>jmeter >>>>>with jmeter.bat (instead of jmeterw). Better use the log object then >>>>>it >>>>>will get stored to jmeter.log (which can be changed using >>>>>http://jakarta.apache.org/jmeter/usermanual/get-started.html ) >>>>> >>>>>regards >>>>>deepak >>>>> >>>>>On Fri, Nov 5, 2010 at 1:36 PM, Anupindi, Satish < >>>>>[email protected]> wrote: >>>>> >>>>>> Hi, >>>>>> Quick question hopefully. When I do a "Print("hello world") in the >>>>>> BeanShell Listener, where is this string saved to? Can I configure >>>>>>where the >>>>>> output of the Beanshell listener is saved given that the output is >>>>>>only a >>>>>> whole bunch of strings? >>>>>> >>>>>> Thanks, >>>>>> Satish >>>>>> >>>>>> >>>>>>--------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: [email protected] >>>>>> For additional commands, e-mail: [email protected] >>>>>> >>>>>> >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: [email protected] >>>For additional commands, e-mail: [email protected] >>> >> >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] >

