:orphan:
# PetscLogEventSetActiveAll
Turns on logging of all events 
## Synopsis
```
#include "petscsys.h"   
PetscErrorCode PetscLogEventSetActiveAll(PetscLogEvent event, PetscBool isActive)
```
Not Collective


## Input Parameters

- ***event    -*** The event id
- ***isActive -*** The activity flag determining whether the event is logged





## See Also
 [](ch_profiling), `PlogEventActivate()`, `PlogEventDeactivate()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/sys/logging/plog.c.html#PetscLogEventSetActiveAll">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)  
