--- deliantra/server/include/logger.h 2010/04/11 17:27:51 1.17 +++ deliantra/server/include/logger.h 2011/04/23 04:56:49 1.19 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 1992 Frank Tore Johansen * * Deliantra is free software: you can redistribute it and/or modify it under @@ -29,7 +29,7 @@ llevWarn = 1, llevInfo = 2, llevDebug = 3, - llevMonster = 4, + llevTrace = 4, logBacktrace = 0x10, // log the backtrace too, possibly delayed logSync = 0x20, // log synchronously (AND OUT OF ORDER!)