PLogSet

Sets the logging functions called at the beginning and ending of every event.

Synopsis

int PLogSet(int (*b)(int,int,PetscObject,PetscObject,PetscObject,PetscObject),
            int (*e)(int,int,PetscObject,PetscObject,PetscObject,PetscObject))
Not Collective

Input Parameters

b - function called at beginning of event
e - function called at end of event

See Also

PLogDump(), PLogBegin(), PLogAllBegin(), PLogTraceBegin()

Location: src/plog/src/plog.c
Logging Index
Table of Contents