PLogAllBegin
Turns on extensive logging of objects and events. Logs all events. This creates large log files and slows the program down.
Synopsis
int PLogAllBegin(void)
Not
Collective
Options Database Keys
-log_all -Prints extensive log information (for code compiled with USE_PETSC_LOG)
Notes
A related routine is PLogBegin (with the options key -log), which
isintended for production runs since it logs only flop rates and
objectcreation (and shouldn't significantly slow the programs).
Keywords
log, all, begin
See Also
PLogDump(), PLogBegin(), PLogTraceBegin()
Location: src/plog/src/plog.c
Logging Index
Table of Contents