version 2.14, 1997/12/24 17:09:07
|
version 2.15, 1998/01/21 17:24:40
|
Line 71 is responsible for adding a line feed if
|
Line 71 is responsible for adding a line feed if
|
extern BOOL HTLog_addLine (HTLog * log, const char * line); |
extern BOOL HTLog_addLine (HTLog * log, const char * line); |
</PRE> |
</PRE> |
|
|
|
<H2>Log the Following Variable Arguments</H2> |
|
|
|
A generic logger with variable arguments |
|
|
|
<PRE> |
|
extern BOOL HTLog_addText (HTLog * log, const char * fmt, ...); |
|
</PRE> |
|
|
<PRE> |
<PRE> |
#endif |
#endif |
</PRE> |
</PRE> |