LogView

Prints a PETSc object (PetscObjectView) in the log file.

Synopsis

PetscErrorCode LogView(LogLevel level, PetscObject obj,
    const char *format, ...)

Input parameters

level -Logging level (see LogLevel).

Output parameters

Option database keys

Keywords

output, log, PETSc object

See Also

Log, LogSync

Level:developer
Location:
src/output.c
Index of all MICSc routines
Table of Contents for all manual pages
Index of all manual pages

obj - Object to print.
format - String that contains the text to be written to the log file before the object.
-log_level - Logging threshold.