[#BloombergLP-ball-FileObserver-isFileLoggingEnabled-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/FileObserver.adoc[FileObserver]::isFileLoggingEnabled :relfileprefix: ../../../ :mrdocs: Return `true` if file logging is enabled for this file observer, and `false` otherwise. Load the optionally 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`. == Synopsis Declared in `<ball_fileobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isFileLoggingEnabled() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#