Home | History | Annotate | Download | only in back

Lines Matching refs:logging

48 static int logging;
105 if ( logging ) {
111 /* Standard Logging Format Entry */
144 if ( logging ) {
162 logging = 0;
187 /* Send out standard logging format message */
204 /* Set up the logging with the name of a logging file. */
212 /* Turn off logging */
213 logging = 0;
216 /* Just return if not doing logging */
220 /* Create potential filename for logging */
230 /* Turn on logging (do this last) */
231 logging = 1;
237 /* Finish up logging, flush output to the logfile. */
243 if ( logging ) {
244 logging = 0;