isFileLoggingEnabled overloads
Declared in <ball_fileobserver2.h>
Return whether file logging is enabled for this observer.
bool
isFileLoggingEnabled() const;
» more...
Same as the preceding overload, loading the specified result.
bool
isFileLoggingEnabled(bsl::string* result) const;
» more...
Return whether file logging is enabled, loading the log file name.
bool
isFileLoggingEnabled(std::pmr::string* result) const;
» more...
Same as the preceding overload, loading the specified result.
bool
isFileLoggingEnabled(std::string* result) const;
» more...
true if file logging is enabled, and false otherwise
| Name | Description |
|---|---|
| result | receives the current log file name if logging is enabled |