Description
The GetScope method returns the scope string associated with the logger. Scopes are used by targets to identify which part of an application emitted a message.
Usage
std::string GetScope() const;
Return value
- [std::string]
- The logger scope string.