is there a way to print messages using IMP_LOG using build=fast ? or should i just use std::cout ? thanks , keren.
Nope, it's all turned off.
On Jan 9, 2010, at 3:35 PM, Keren Lasker kerenl@salilab.org wrote:
> is there a way to print messages using IMP_LOG using build=fast ? or > should i just use std::cout ? > thanks , keren. > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
ok - sometimes there are messages that you would like to display for a regular run of a program. maybe we should consider IMP_MSG for these sort of situations ? On Jan 9, 2010, at 4:03 PM, Daniel Russel wrote:
> Nope, it's all turned off. > > > > On Jan 9, 2010, at 3:35 PM, Keren Lasker kerenl@salilab.org wrote: > >> is there a way to print messages using IMP_LOG using build=fast ? >> or should i just use std::cout ? >> thanks , keren. >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
Is there any reason to have a layer of indirection on top of standard out?
On Jan 9, 2010, at 4:09 PM, Keren Lasker kerenl@salilab.org wrote:
> ok - sometimes there are messages that you would like to display for > a regular run of a program. > maybe we should consider IMP_MSG for these sort of situations ? > On Jan 9, 2010, at 4:03 PM, Daniel Russel wrote: > >> Nope, it's all turned off. >> >> >> >> On Jan 9, 2010, at 3:35 PM, Keren Lasker kerenl@salilab.org wrote: >> >>> is there a way to print messages using IMP_LOG using build=fast ? >>> or should i just use std::cout ? >>> thanks , keren. >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
maybe for interactions with other programs ( chimera - etc ? ) On Jan 9, 2010, at 5:27 PM, Daniel Russel wrote:
> Is there any reason to have a layer of indirection on top of > standard out? > > > > On Jan 9, 2010, at 4:09 PM, Keren Lasker kerenl@salilab.org wrote: > >> ok - sometimes there are messages that you would like to display >> for a regular run of a program. >> maybe we should consider IMP_MSG for these sort of situations ? >> On Jan 9, 2010, at 4:03 PM, Daniel Russel wrote: >> >>> Nope, it's all turned off. >>> >>> >>> >>> On Jan 9, 2010, at 3:35 PM, Keren Lasker kerenl@salilab.org wrote: >>> >>>> is there a way to print messages using IMP_LOG using build=fast ? >>>> or should i just use std::cout ? >>>> thanks , keren. >>>> _______________________________________________ >>>> IMP-dev mailing list >>>> IMP-dev@salilab.org >>>> https://salilab.org/mailman/listinfo/imp-dev >>> _______________________________________________ >>> IMP-dev mailing list >>> IMP-dev@salilab.org >>> https://salilab.org/mailman/listinfo/imp-dev >> >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
participants (2)
-
Daniel Russel
-
Keren Lasker