Return true if file logging is enabled and load the specified result with the current log file name; otherwise return false.
Declared in <ball_asyncfileobserver.h>
bool
isFileLoggingEnabled(bsl::string* result) const;
true if file logging is enabled, and false otherwise
| Name | Description |
|---|---|
| result | receives the current log file name when logging is enabled |