ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/logger.h
(Generate patch)

Comparing deliantra/server/include/logger.h (file contents):
Revision 1.6 by root, Fri Apr 27 19:53:05 2007 UTC vs.
Revision 1.7 by root, Mon May 7 06:01:48 2007 UTC

24#ifndef LOGGER_H 24#ifndef LOGGER_H
25#define LOGGER_H 25#define LOGGER_H
26 26
27enum { 27enum {
28 llevError = 0, 28 llevError = 0,
29 llevWarn = 1,
29 llevInfo = 1, 30 llevInfo = 2,
30 llevDebug = 2, 31 llevDebug = 3,
31 llevMonster = 3, 32 llevMonster = 4,
32 33
33 logBacktrace = 0x10, // log the backtrace too, possibly delayed 34 logBacktrace = 0x10, // log the backtrace too, possibly delayed
34}; 35};
35 36
36void log_backtrace (const char *msg); 37void log_backtrace (const char *msg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines