Load the log-file and stdout format specifications.
Declared in <ball_fileobserver.h>
void
getLogFormat(
char const** logFileFormat,
char const** stdoutFormat) const;
Load the format specification for log records written by this file observer to the log file into the specified *logFileFormat address and the format specification for log records written to stdout into the specified *stdoutFormat address. See {Log Record Formatting} for details on the syntax of format specifications.
| Name | Description |
|---|---|
| logFileFormat | output location for the log-file format string |
| stdoutFormat | output location for the stdout format string |