Enhances logging manager, Uses concept of Level and above for logging, The levels are Debug, Error, Info, Warn and None. Setting Settings.LOG_LEVEL to any of these settings will get you that level and above only.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1850 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -39,7 +39,7 @@ namespace libsecondlife.TestClient
|
||||
|
||||
RegisterAllCommands(Assembly.GetExecutingAssembly());
|
||||
|
||||
Settings.DEBUG = true;
|
||||
Settings.LOG_LEVEL = Helpers.LogLevel.Debug;
|
||||
Settings.LOG_RESENDS = false;
|
||||
Settings.STORE_LAND_PATCHES = true;
|
||||
Settings.ALWAYS_DECODE_OBJECTS = true;
|
||||
|
||||
Reference in New Issue
Block a user