httpsApp provides two debugging methods. log registers a file
handle as the trace file for all httpsApp-specific traces. Its trace format
is described in section . evTrace logs a
particular event into trace file. It concatenates
time and the id of the httpsApp to the given string, and writes it out.
Details can be found in ns/webcache/https.cc.