int PLogInfo(void *vobj,const char message[],...)Collective over PetscObject argument
vobj | - object most closely associated with the logging statement |
message | - logging message, using standard "printf" format |
-log_info : activates printing of PLogInfo() messages
Mat A
double alpha
PLogInfo(A,"Matrix uses parameter alpha=%g\n",alpha);
Level:intermediate
Location:src/sys/src/plog/ploginfo.c
Logging Index
Table of Contents