PetscLogInfoActivateClass

Activates PetscLogInfo() messages for a PETSc object class.

Synopsis

#include "petsc.h"   
int PetscLogInfoActivateClass(int objclass)
Not Collective

Input Parameter

objclass -object class, e.g., MAT_COOKIE, SNES_COOKIE, etc.

See Also

PetscLogInfoDeactivateClass(), PetscLogInfo(), PetscLogInfoAllow()

Level:developer
Location:
src/sys/src/plog/plog.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages