summaryrefslogtreecommitdiff
path: root/indra/llcommon/llerrorcontrol.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-06-24 07:27:34 -0400
committerOz Linden <oz@lindenlab.com>2012-06-24 07:27:34 -0400
commitf92e7d30a8ae4b1017968c253bb90f5eb05e1725 (patch)
tree6fb402c32570e911b79e19c9a131b5e335b7ef18 /indra/llcommon/llerrorcontrol.h
parentfb1fa8434a1a84105f67e72fdf72d300be2951bb (diff)
Add logging during tests (debug level, to test-specific files)
Diffstat (limited to 'indra/llcommon/llerrorcontrol.h')
-rw-r--r--indra/llcommon/llerrorcontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llerrorcontrol.h b/indra/llcommon/llerrorcontrol.h
index ed9de002f5..add983c60f 100644
--- a/indra/llcommon/llerrorcontrol.h
+++ b/indra/llcommon/llerrorcontrol.h
@@ -62,7 +62,7 @@ namespace LLError
// logs to stderr, syslog, and windows debug log
// the identity string is used for in the syslog
- LL_COMMON_API void initForApplication(const std::string& dir);
+ LL_COMMON_API void initForApplication(const std::string& dir, bool log_to_stderr = true);
// resets all logging settings to defaults needed by applicaitons
// logs to stderr and windows debug log
// sets up log configuration from the file logcontrol.xml in dir