From 56561b385459c953bea29b57a14652e88581e39c Mon Sep 17 00:00:00 2001 From: Simran Date: Fri, 11 Oct 2019 16:37:07 +0200 Subject: [PATCH] Doc - Added "log-output" example (#10223) --- lib/Logger/LoggerFeature.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Logger/LoggerFeature.cpp b/lib/Logger/LoggerFeature.cpp index d509462cc5..561953da76 100644 --- a/lib/Logger/LoggerFeature.cpp +++ b/lib/Logger/LoggerFeature.cpp @@ -85,7 +85,9 @@ void LoggerFeature::collectOptions(std::shared_ptr options) { options->addOption("--log.escape", "escape characters when logging", new BooleanParameter(&_useEscaped)); - options->addOption("--log.output,-o", "log destination(s)", + options->addOption("--log.output,-o", + "log destination(s), e.g. file:///path/to/file (Linux, macOS) " + "or file://C:\\path\\to\\file (Windows)", new VectorParameter(&_output)); options->addOption("--log.level,-l", "the global or topic-specific log level",