BloombergLP::ball::FileObserver::isFileLoggingEnabled

Return whether file logging is enabled, loading the log file name.

Synopsis

Declared in <ball_fileobserver.h>

bool
isFileLoggingEnabled(std::pmr::string* result) const;

Description

Return true if file logging is enabled for this file observer, and false otherwise. Load the specified result with the name of the current log file if file logging is enabled, and leave result unmodified otherwise. Note that records received through the publish method of this file observer may still be logged to stdout when this method returns false.

Return Value

true if file logging is enabled, and false otherwise

Parameters

NameDescription
resultreceives the current log file name when logging is enabled