Home -> ILogger -> CloneLogger
Description
The CloneLogger method creates a new logger object with the same scope and logging destination as the current logger.
Usage
ILogger::unique_ptr CloneLogger() const;
Return value
- [ILogger]
- A new ILogger object wrapped in ILogger::unique_ptr.