.Pools.ToString()

string

Returns a nice clean list (string) of all the pool names currently in PoolManager.Pools. This is already being used internally by PoolManager for debug message logging and can be seen when the SpawnPool.logMessages option is enabled.

string message = PoolManager.Pools.ToString();
Debug.LogMessage(message);