Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::logging::SyslogTimeSpecifications Enumeration
C++
enum SyslogTimeSpecifications {
  SYSLOG_TIME_DISABLE = 0,
  SYSLOG_TIME_ENABLE = 1,
  SYSLOG_TIME_HIGH = 2,
  SYSLOG_TIME_LOG_DAY = 4,
  SYSLOG_TIME_DELTA = 8,
  SYSLOG_TIME_CPU = 16
};
Members 
Description 
SYSLOG_TIME_DISABLE = 0 
disable time logging 
SYSLOG_TIME_ENABLE = 1 
enable is anything not zero. 
SYSLOG_TIME_HIGH = 2 
specify to log milliseconds 
SYSLOG_TIME_LOG_DAY = 4 
log the year/month/day also 
SYSLOG_TIME_DELTA = 8 
log the difference in time instead of the absolute time 
SYSLOG_TIME_CPU = 16 
logs cpu ticks... implied delta 

this is a flag set consisting of 0 or more or'ed symbols

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.
What do you think about this topic? Send feedback!