Source Code (Use browser search to find items of interest.)

Class Index

kcontrol'tLOG (./kdebase/kcontrol/odbc/log.h:58)

typedef struct	tLOG
{
	HLST		hMessages;								/* list of messages	( LOGMSG )			*/

	char		*pszProgramName;						/* liblog will malloc, copy, and free	*/
	char		*pszLogFile;							/* NULL, or filename					*/
	long		nMaxMsgs;								/* OLDEST WILL BE DELETED ONCE MAX		*/
	int			bOn;									/* turn logging on/off (default=off)	*/