Same as setLogFormats.

Synopsis

Declared in <ball_asyncfileobserver.h>

int
setLogFormat(
    char const* logFileFormat,
    char const* stdoutFormat);

Return Value

0 if both formats are valid, and a non‐zero value otherwise

Parameters

Name

Description

logFileFormat

format specification for log‐file records

stdoutFormat

format specification for stdout records

Created with MrDocs