diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-03-21 13:03:04 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-03-21 13:03:04 -0400 |
commit | 3238cebcb098cfb36aeeee37a7498d569ab04955 (patch) | |
tree | 4459c297533a53bc93dfb11316552805c3ff4500 /indra/llcommon/llerrorcontrol.h | |
parent | b187aeb8f177bd76e792652e773617beff18b47b (diff) | |
parent | cabb6b6a5f339a69fec25b836f46b8b470eebb90 (diff) |
Automated merge with http://hg.secondlife.com/viewer-release
Diffstat (limited to 'indra/llcommon/llerrorcontrol.h')
-rw-r--r-- | indra/llcommon/llerrorcontrol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/llerrorcontrol.h b/indra/llcommon/llerrorcontrol.h index ed9de002f5..1be49cebc8 100644 --- a/indra/llcommon/llerrorcontrol.h +++ b/indra/llcommon/llerrorcontrol.h @@ -80,7 +80,8 @@ namespace LLError LL_COMMON_API void setClassLevel(const std::string& class_name, LLError::ELevel); LL_COMMON_API void setFileLevel(const std::string& file_name, LLError::ELevel); LL_COMMON_API void setTagLevel(const std::string& file_name, LLError::ELevel); - + + LL_COMMON_API LLError::ELevel decodeLevel(std::string name); LL_COMMON_API void configure(const LLSD&); // the LLSD can configure all of the settings // usually read automatically from the live errorlog.xml file |