:orphan:
# PetscLogEventIncludeClass
Activates event logging for a PETSc object class in every stage. 
## Synopsis
```
#include "petscsys.h"   
PetscErrorCode PetscLogEventIncludeClass(PetscClassId classid)
```
Not Collective


## Input Parameter

- ***classid -*** The object class, for example `MAT_CLASSID`, `SNES_CLASSID`, etc.





## See Also
 [](ch_profiling), `PetscLogEventActivateClass()`, `PetscLogEventDeactivateClass()`, `PetscLogEventActivate()`, `PetscLogEventDeactivate()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/logging/plog.c.html#PetscLogEventIncludeClass">src/sys/logging/plog.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/logging/plog.c)


[Index of all Profiling routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
