diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-01-04 10:46:12 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-01-04 10:46:12 -0500 |
| commit | f92fd78e74dc9810eeeaa314d8345015205a8297 (patch) | |
| tree | e62ecaf041a7021264bb0ecbacf6a81e08c06d89 /indra/llcommon/llerror.cpp | |
| parent | 23362692e156f12b5f7467241b1a94d57109e838 (diff) | |
| parent | 8a3aa3f6cac3da0ee962dac211580a7987a4fc31 (diff) | |
merge changes for storm-1790
Diffstat (limited to 'indra/llcommon/llerror.cpp')
| -rw-r--r-- | indra/llcommon/llerror.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index c35799bbb9..e4381dbbd6 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -617,6 +617,12 @@ namespace LLError s.defaultLevel = level; } + ELevel getDefaultLevel() + { + Settings& s = Settings::get(); + return s.defaultLevel; + } + void setFunctionLevel(const std::string& function_name, ELevel level) { Globals& g = Globals::get(); |
