PetscLogHandlerEventDeactivatePush#
Temporarily deactivate a logging event for a log handler
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscLogHandlerEventDeactivatePush(PetscLogHandler handler, PetscLogStage stage, PetscLogEvent event)
Not collective
Input Parameters#
handler - a
PetscLogHandler
stage - a
PetscLogStage
(orPETSC_DEFAULT
for the current stage)event - a
PetscLogEvent
Note#
The default log handler PETSCLOGHANDLERDEFAULT
implements this function, but others generally do not. You can use
PetscLogEventDeactivatePush()
to call this function for the default log handler that is connected to the global
logging state (PetscLogGetState()
).
See Also#
Level#
developer
Location#
Implementations#
PetscLogHandlerEventDeactivatePush_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