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.17 by root, Sun Apr 11 17:27:51 2010 UTC vs.
Revision 1.18 by root, Thu Apr 29 07:32:34 2010 UTC

27enum { 27enum {
28 llevError = 0, 28 llevError = 0,
29 llevWarn = 1, 29 llevWarn = 1,
30 llevInfo = 2, 30 llevInfo = 2,
31 llevDebug = 3, 31 llevDebug = 3,
32 llevMonster = 4, 32 llevTrace = 4,
33 33
34 logBacktrace = 0x10, // log the backtrace too, possibly delayed 34 logBacktrace = 0x10, // log the backtrace too, possibly delayed
35 logSync = 0x20, // log synchronously (AND OUT OF ORDER!) 35 logSync = 0x20, // log synchronously (AND OUT OF ORDER!)
36}; 36};
37 37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines