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