We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9628b commit 5297af2Copy full SHA for 5297af2
libmamba/include/mamba/core/context.hpp
@@ -288,7 +288,9 @@ namespace mamba
288
Ignored if `options.enable_logging == false`.
289
If `options.enable_logging == true and log_handler.has_value() == false`,
290
which is the default if this parameter is not specified,
291
- then a default implementation-defined log handler implementation will be used.
+ then the log handler will not be changed; the current one, if it exists, stays.
292
+ If there is a current log-handler and your intent is to remove it, consider using
293
+ `mamba::logging::stop_logging()` instead.
294
*/
295
Context(const ContextOptions& options = {}, logging::AnyLogHandler log_handler = {});
296
0 commit comments