Function: getAllLoggers()
- Adding or removing entries from the returned map will NOT affect the singleton’s internal map
- However, the logger instances themselves are still references, so modifying logger properties (e.g., calling logger methods) will affect the actual loggers
Returns
Map<string, GalileoLogger>