Use logger instead of system.out method.
This commit is contained in:
@@ -205,7 +205,7 @@ public final class ThreadPoolManager
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("ThreadPoolManager: Shutting down.");
|
LOG.info("ThreadPoolManager: Shutting down.");
|
||||||
|
|
||||||
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
||||||
{
|
{
|
||||||
|
@@ -205,7 +205,7 @@ public final class ThreadPoolManager
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("ThreadPoolManager: Shutting down.");
|
LOG.info("ThreadPoolManager: Shutting down.");
|
||||||
|
|
||||||
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
||||||
{
|
{
|
||||||
|
@@ -205,7 +205,7 @@ public final class ThreadPoolManager
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("ThreadPoolManager: Shutting down.");
|
LOG.info("ThreadPoolManager: Shutting down.");
|
||||||
|
|
||||||
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
||||||
{
|
{
|
||||||
|
@@ -205,7 +205,7 @@ public final class ThreadPoolManager
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("ThreadPoolManager: Shutting down.");
|
LOG.info("ThreadPoolManager: Shutting down.");
|
||||||
|
|
||||||
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
||||||
{
|
{
|
||||||
|
@@ -205,7 +205,7 @@ public final class ThreadPoolManager
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.out.println("ThreadPoolManager: Shutting down.");
|
LOG.info("ThreadPoolManager: Shutting down.");
|
||||||
|
|
||||||
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
for (ScheduledThreadPoolExecutor threadPool : _scheduledPools)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user