:orphan:
# PetscLogStageGetVisible
Returns stage visibility in `PetscLogView()` 
## Synopsis
```
#include "petscsys.h"   
PetscErrorCode PetscLogStageGetVisible(PetscLogStage stage, PetscBool *isVisible)
```
Not Collective


## Input Parameter

- ***stage     -*** The stage



## Output Parameter

- ***isVisible -*** The visibility flag, `PETSC_TRUE` to print, else `PETSC_FALSE` (defaults to `PETSC_TRUE`)





## See Also
 [](ch_profiling), `PetscLogStageRegister()`, `PetscLogStagePush()`, `PetscLogStagePop()`, `PetscLogView()`

## Level
intermediate

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