PetscLogHandlerStageGetVisible#
Get the visibility of logging stage in PetscLogHandlerView()
for a log handler
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscLogHandlerStageGetVisible(PetscLogHandler handler, PetscLogStage stage, PetscBool *isVisible)
Not collective
Input Parameters#
handler - a
PetscLogHandler
stage - a
PetscLogStage
Output Parameter#
isVisible - the visibility flag,
PETSC_TRUE
to print, elsePETSC_FALSE
(defaults toPETSC_TRUE
)
Note#
The default log handler PETSCLOGHANDLERDEFAULT
implements this function, but others generally do not. You can use
PetscLogStageGetVisible()
to call this function for the default log handler that is connected to the global
logging state (PetscLogGetState()
).
See Also#
Level#
developer
Location#
Implementations#
PetscLogHandlerStageGetVisible_Default() in src/sys/logging/handler/impls/default/logdefault.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages