diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/logging.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/logging.h b/base/logging.h index 5fa5681..85c57b3 100644 --- a/base/logging.h +++ b/base/logging.h @@ -88,7 +88,8 @@ namespace logging { // Where to record logging output? A flat file and/or system debug log via -// OutputDebugString. Defaults to LOG_ONLY_TO_FILE. +// OutputDebugString. Defaults on Windows to LOG_ONLY_TO_FILE, and on +// POSIX to LOG_ONLY_TO_SYSTEM_DEBUG_LOG (aka stderr). enum LoggingDestination { LOG_NONE, LOG_ONLY_TO_FILE, LOG_ONLY_TO_SYSTEM_DEBUG_LOG, |