meiPlatformTrace

Declaration
long meiPlatformTrace(const char *format, .)
Required Header stdmei.h
Description

PlatformTrace displays printf(...)-style trace information. An end-of-line character will be appended to the output, newline by default.

Library modules call meiTrace#(...), a macro which can be conditionally compiled to call meiPlatformTrace(...) (by defining the symbol MEI_TRACE when building the library).
Otherwise, calls to meiTrace#(...) are removed by the C preprocessor.

Return Values
MPIMessageOK if PlatformTrace successfully executes
See Also