Sack Library Documentation
|
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
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|