PetscLogEventActivateClass

Activates event logging for a PETSc object class.

Synopsis

#include "petsc.h"   
int PetscLogEventActivateClass(int cookie)
Not Collective

Input Parameter

cookie -The event class, for example MAT_COOKIE, SNES_COOKIE, etc.

Keywords

log, event, activate, class

See Also

PetscLogInfoActivate(),PetscLogInfo(),PetscLogInfoAllow(),PetscLogEventDeactivateClass(), PetscLogEventActivate(),PetscLogEventDeactivate()

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