Classes | Defines

log.h File Reference

#include <WTypes.h>
#include "strbasic.h"
#include "maxheap.h"

Go to the source code of this file.

Classes

class   LogSys
  Class for writing out log information to a file. More...

Defines

#define  NO_DIALOG   FALSE
#define  DISPLAY_DIALOG   TRUE
#define  SYSLOG_ERROR   0x00000001
  An error message.
#define  SYSLOG_WARN   0x00000002
  An example of this type is a message telling the user the MAX file just loaded is obsolete and needs to be resaved.
#define  SYSLOG_INFO   0x00000004
  An example of this is a message indicating a new MAX file has been loaded.
#define  SYSLOG_DEBUG   0x00000008
  This message type is for anything you think might help trace problems that the user has with your code.
#define  SYSLOG_BROADCAST   0x00010000
#define  SYSLOG_MR   0x00020000
#define  SYSLOG_LIFE_EVER   0
#define  SYSLOG_LIFE_DAYS   1
#define  SYSLOG_LIFE_SIZE   2

Define Documentation

#define NO_DIALOG   FALSE

Definition at line 17 of file log.h.

#define DISPLAY_DIALOG   TRUE

Definition at line 18 of file log.h.

#define SYSLOG_LIFE_EVER   0

Definition at line 48 of file log.h.

#define SYSLOG_LIFE_DAYS   1

Definition at line 49 of file log.h.

#define SYSLOG_LIFE_SIZE   2

Definition at line 50 of file log.h.