Where do the output of BOOST_MESSAGE go?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Where do the output of BOOST_MESSAGE go?

Ling Wang
Hi there,

I am new to quantlib. Trying to run QuantLib-1.2 testsuite using Visual Studio 2008 in debug mode. The program runs quietly for a long time end eventually finished successfully. My problem is that I could not find where the BOOST_MESSAGE(message) goes. It is not in the console window. I did not see any log file either. Searched internet and did not find anything either.

Anyone can provide any clue would be appreciated.



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Where do the output of BOOST_MESSAGE go?

Peter Caspers-4
Hi,

you can type

quantlib-test-suite --help

to get some help. There is more to read here

http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/utf/user-guide.html

and concerning your specific questions here

http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/utf/user-guide/runtime-config/reference.html

regards
  Peter

On 05/11/2013 03:23 PM, Ling Wang wrote:

> Hi there,
>
> I am new to quantlib. Trying to run QuantLib-1.2 testsuite using Visual Studio 2008 in debug mode. The program runs quietly for a long time end eventually finished successfully. My problem is that I could not find where the BOOST_MESSAGE(message) goes. It is not in the console window. I did not see any log file either. Searched internet and did not find anything either.
>
> Anyone can provide any clue would be appreciated.
>
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Where do the output of BOOST_MESSAGE go?

Luigi Ballabio
Peter is correct.  In particular, the specific flag you want to set is
--log_level.
    quantlib-test-suite --log_level=message
should show the messages. (Another way to obtain the same result is to
set the BOOST_TEST_LOG_LEVEL environment variable.)

Luigi


On Sat, May 11, 2013 at 4:23 PM, Peter Caspers <[hidden email]> wrote:

> Hi,
>
> you can type
>
> quantlib-test-suite --help
>
> to get some help. There is more to read here
>
> http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/utf/user-guide.html
>
> and concerning your specific questions here
>
> http://www.boost.org/doc/libs/1_53_0/libs/test/doc/html/utf/user-guide/runtime-config/reference.html
>
> regards
>   Peter
>
> On 05/11/2013 03:23 PM, Ling Wang wrote:
>> Hi there,
>>
>> I am new to quantlib. Trying to run QuantLib-1.2 testsuite using Visual Studio 2008 in debug mode. The program runs quietly for a long time end eventually finished successfully. My problem is that I could not find where the BOOST_MESSAGE(message) goes. It is not in the console window. I did not see any log file either. Searched internet and did not find anything either.
>>
>> Anyone can provide any clue would be appreciated.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Learn Graph Databases - Download FREE O'Reilly Book
>> "Graph Databases" is the definitive new guide to graph databases and
>> their applications. This 200-page book is written by three acclaimed
>> leaders in the field. The early access version is available now.
>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>> _______________________________________________
>> QuantLib-users mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/quantlib-users
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> QuantLib-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users