Registry a console to ConsolePool.
- Parameters
-
| [in] | name | ConsoleName. |
| [in] | filePath | Console output file. |
- Returns
- Returns Registered Console form Pool.
Definition at line 26 of file Console.cpp.
27 {
29
31 {
33 }
34
36 }
#define SPICES_PROFILE_ZONE
static std::unordered_map< std::string, std::shared_ptr< Console > > m_GlobalConsolePool
Global Console Pool.
Referenced by Spices::Log::Init().