# PetscEventPerfLogDeactivateClass Deactivates event logging for a PETSc object class. ## Synopsis ``` #include "petscsys.h" PetscErrorCode PetscEventPerfLogDeactivateClass(PetscEventPerfLog eventLog, PetscEventRegLog eventRegLog, PetscClassId classid) ``` Not Collective ## Input Parameters - ***eventLog -*** The `PetscEventPerfLog` - ***eventRegLog -*** The `PetscEventRegLog` - ***classid -*** The class id, for example `MAT_CLASSID`, `SNES_CLASSID` ## Note This is a low level routine used by the logging functions in PETSc ## See Also `PetscEventPerfLogDeactivateClass()`, `PetscEventPerfLogDeactivate()`, `PetscEventPerfLogActivate()` ## Level developer ## Location src/sys/logging/utils/eventlog.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/logging/utils/eventlog.c) [Index of all Profiling routines](index.md) [Table of Contents for all manual pages](/docs/manualpages/index.md) [Index of all manual pages](/docs/manualpages/singleindex.md)