Lines Matching refs:format
46 /* output format */
164 LogFormat format;
166 format = FORMAT_BRIEF;
169 format = FORMAT_BRIEF;
171 format = FORMAT_PROCESS;
173 format = FORMAT_PROCESS;
175 format = FORMAT_PROCESS;
177 format = FORMAT_PROCESS;
179 format = FORMAT_PROCESS;
181 format = FORMAT_PROCESS;
183 format = (LogFormat) atoi(fstr); // really?!
186 logState->outputFormat = format;