diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-06-18 16:38:49 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-06-18 16:38:49 -0400 |
commit | 6e790fc27d22e80527789cf8e783be6c90a23505 (patch) | |
tree | eff88efbcb24aa2443636cf1b460b51dd0d6955f /indra/newview/llappviewermacosx.cpp | |
parent | b889c15cddccdfa5dd164388a566e4c63bbdf6f3 (diff) |
SL-821: Add logging in the macOS BugSplat attachment override.
Diffstat (limited to 'indra/newview/llappviewermacosx.cpp')
-rw-r--r-- | indra/newview/llappviewermacosx.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp index cdbdb23d9a..562e7ebfde 100644 --- a/indra/newview/llappviewermacosx.cpp +++ b/indra/newview/llappviewermacosx.cpp @@ -153,6 +153,11 @@ std::string getLogFilePathname() return gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "SecondLife.log"); } +void infos(const std::string& message) +{ + LL_INFOS() << message << LL_ENDL; +} + int main( int argc, char **argv ) { // Store off the command line args for use later. |