File:  [WindowsNT SDKs] / ntddk / src / network / streams / inc / sys / strlog.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:31:12 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntddk-nov-1993, HEAD
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993

/* @(#)strlog.h	1.2 (Spider) 90/11/23 */

#ifndef _SYS_STRLOG_
#define _SYS_STRLOG_

/*
 *  Log message flags
 */

#define SL_FATAL	0x01    /* indicates fatal error */
#define SL_NOTIFY	0x02    /* logger must notify administrator */
#define SL_ERROR        0x04    /* include on the error log */
#define SL_TRACE        0x08    /* include on the trace log */
#define SL_CONSOLE      0x10    /* log message to console */
#define SL_WARN         0x20    /* warning message */
#define SL_NOTE         0x40    /* notice message */

#endif /* _SYS_STRLOG_ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.