Sack Library Documentation
ContentsIndexReferenceHome
sack::logging Namespace Structs, Records, Enums
Structs, Records, Enums
 
Name 
Description 
 
Parameters for SetSystemLog() to specify where the logging should go. 
 
this is a flag set consisting of 0 or more or'ed symbols 
 
When setting options using SetSyslogOptions() these are the defines for the bits passed.
SYSLOG_OPT_OPENAPPEND - the file, when opened, will be opened for append.
SYSLOG_OPT_OPEN_BACKUP - the file, if it exists, will be renamed automatically.
SYSLOG_OPT_LOG_PROGRAM_NAME - enable logging the program executable (probably the same for all messages, unless they are network)
SYSLOG_OPT_LOG_THREAD_ID - enables logging the unique process and thread ID.
SYSLOG_OPT_LOG_SOURCE_FILE - enable logging source file information. See DBG_PASS
SYSLOG_OPT_MAX - used for declaring a flagset to pass to setoptions. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.