[#BloombergLP-ball-FileObserver2-isFileLoggingEnabled-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/FileObserver2.adoc[FileObserver2]::isFileLoggingEnabled :relfileprefix: ../../../ :mrdocs: Return whether file logging is enabled, loading the log file name. == Synopsis Declared in `<ball_fileobserver2.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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. == Return Value `true` if file logging is enabled, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *result* | receives the current log file name if logging is enabled |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#