- Timestamp:
- 02/25/11 17:49:50 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/notes
r39 r81 15 15 16 16 ooo! ooo! what about "clone existing domain"? 17 18 19 export for tinydns: arbitrary record data is binary blob, decomposed by hex octets to octal codes 17 20 18 21 … … 269 272 'auto' - generated (TinyDNS only; uses auto(date) for other exports) 270 273 274 add enable/disable for individual records 271 275 272 276 log_id? domain_id? group_id user_id action detail timestamp 277 278 279 280 LOG_EMERG 281 A panic condition. 282 283 LOG_ALERT 284 A condition that should be corrected immediately, such as a corrupted system database. 285 286 LOG_CRIT 287 Critical conditions, such as hard device errors. 288 289 LOG_ERR 290 Errors. 291 292 LOG_WARNING 293 294 Warning messages. 295 296 LOG_NOTICE 297 Conditions that are not error conditions, but that may require special handling. 298 299 LOG_INFO 300 Informational messages. 301 302 LOG_DEBUG 303 #define LOG_EMERG 0 /* system is unusable */ 304 #define LOG_ALERT 1 /* action must be taken immediately */ 305 #define LOG_CRIT 2 /* critical conditions */ 306 #define LOG_ERR 3 /* error conditions */ 307 #define LOG_WARNING 4 /* warning conditions */ 308 #define LOG_NOTICE 5 /* normal but significant condition */ 309 #define LOG_INFO 6 /* informational */ 310 #define LOG_DEBUG 7 /* debug-level messages */
Note:
See TracChangeset
for help on using the changeset viewer.