PLogInfo

Logs informative data, which is printed to standard output when the option -log_info is specified.

Synopsis

int PLogInfo(void *vobj,char *message,...)

Input Parameter

vobj -object most closely associated with the logging statement
message -logging message, using standard "printf" format

Options Database Key

   -log_info : activates printing of PLogInfo() messages 

Collective over PetscObject argument

Fortran Note

This routine is not supported in Fortran.

Example of Usage


    Mat A
    double alpha
    PLogInfo(A,"Matrix uses parameter alpha=%g\n",alpha);

Keywords

information, printing, monitoring

See Also

PLogInfoAllow()

Location: src/plog/src/ploginfo.c
Logging Index
Table of Contents