GetLogMessage

Returns a string with the required header and the specified message.

Synopsis

PetscErrorCode GetLogMessage(LogLevel level, char *message,
    const char *format, va_list list)

Input parameters

level - Logging level (see LogLevel).
format - String that contains the text to be written to the log file before the object.
list - A variable-argument list of the additional arguments, used for the format string.

Output parameters

message -The log message.

Keywords

output, log

See Also

Log, LogSync, LogView

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