PLogInfo

Logs informative data, which is printed to standard output or a file when the option -log_info <file> is specified.

Synopsis

#include "petsc.h"   
int PLogInfo(void *vobj,const char message[],...)  
Collective over PetscObject argument

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 

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()

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