Go to the source code of this file.
Defines | |
| #define | W32LOG_H_VERSION "$Id: w32log.h,v 2.0 2002/06/04 14:34:21 jongfoster Exp $" |
Functions | |
| int | LogPutString (const char *pszText) |
| BOOL | InitLogWindow (void) |
| void | TermLogWindow (void) |
| void | ShowLogWindow (BOOL bShow) |
| void | LogShowActivity (void) |
Variables | |
| HWND | g_hwndLogFrame |
| BOOL | g_bShowActivityAnimation |
| BOOL | g_bShowOnTaskBar |
| BOOL | g_bCloseHidesWindow |
| BOOL | g_bLogMessages |
| BOOL | g_bHighlightMessages |
| BOOL | g_bLimitBufferSize |
| int | g_nMaxBufferLines |
| char | g_szFontFaceName [255] |
| int | g_nFontSize |
| const char * | g_actions_file |
| const char * | g_re_filterfile |
| const char | w32log_rcs [] |
| const char | w32log_h_rcs [] |
Revision 1.10 2002/03/26 22:57:10 jongfoster Web server name should begin www.
Revision 1.9 2002/03/24 12:03:47 jongfoster Name change
Revision 1.8 2001/07/30 22:08:36 jongfoster Tidying up defines:
Revision 1.6 2001/07/13 14:04:59 oes Removed all ifdef PCRS
Revision 1.5 2001/06/07 23:08:12 jongfoster Forward and ACL edit options removed.
Revision 1.4 2001/05/31 21:37:11 jongfoster GUI changes to rename "permissions file" to "actions file".
Revision 1.3 2001/05/29 09:50:24 jongfoster Unified blocklist/imagelist/permissionslist. File format is still under discussion, but the internal changes are (mostly) done.
Also modified interceptor behaviour:
Revision 1.1.1.1 2001/05/15 13:59:07 oes Initial import of version 2.9.3 source tree
|
|
Initialise the log window.
|
|
|
Inserts text into the logging window. This is really a regexp aware wrapper function to `LogPutStringNoMatch'.
|
|
|
Start the spinner.
|
|
|
Shows or hides the log window. We will also raise the window on a show command in case it is buried.
|
|
|
Cleanup the logwindow.
|
|
|
Actions file name.
|
|
|
Indicates whether closing the log window really just hides it.
|
|
|
Indicates whether log messages are highlighted.
|
|
|
Indicates if buffer is limited in size.
|
|
|
Indicates if messages are logged at all.
|
|
|
Indicates whether task bar shows activity animation.
|
|
|
Indicates if the log window appears on the task bar.
|
|
|
Window handle for the log window.
|
|
|
Size of font to use.
|
|
|
Maximum number of lines allowed in buffer when limited.
|
|
|
Filter file name.
|
|
|
Font to use.
|
|
|
Version information about w32log.h.
|
|
|
Version information about w32log.c.
|
1.2.15