PLogInfoAllow

Causes PLogInfo() messages to be printed to standard output.

Synopsis

int PLogInfoAllow(PetscTruth flag,char *filename)
Not Collective, each processor may call this seperately, but printing is only turned on if the lowest processor number associated with the PetscObject associated with the call to PLogInfo() has called this routine.

Input Parameter

flag - PETSC_TRUE or PETSC_FALSE
filename - optional name of file to write output to (defaults to stdout)

Options Database Key

-log_info -Activates PLogInfoAllow()

Keywords

allow, information, printing, monitoring

See Also

PLogInfo()

Level:advanced
Location:src/sys/src/plog/plog.c
Logging Index
Table of Contents