getLogger
Function Usage
Obtains logs based on LoggerName. If LoggerName does not exist, create it.
Prototype
static Log & Log::getLogger(const std::string loggerName = DEFAULT_LOGGER);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
loggerName |
Input |
Log name |
Return Parameter Description
Data Structure |
Description |
|---|---|
Log |
Logs are returned. |
Parent topic: Log