Lines Matching refs:format
56 # Here's a quote from the NCSA httpd docs about log file format.
58 # | The logfile format is as follows. Each line consists of:
70 # | hh: hour (24-hour format, the machine's timezone)
254 # The format is multiple whitespace-separated strings,
556 def log_error(self, format, *args):
568 self.log_message(format, *args)
575 def log_message(self, format, *args):
581 The first argument, FORMAT, is a format string for the
582 message to be logged. If the format string contains
595 message = format % args
749 # obsolete format with no timezone, cf.