Return whether file logging is enabled, loading the log file name.
Declared in <ball_fileobserver2.h>
bool
isFileLoggingEnabled(std::pmr::string* result) const;
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.
true if file logging is enabled, and false otherwise
| Name | Description |
|---|---|
| result | receives the current log file name if logging is enabled |