@@ -269,7 +269,7 @@ component accessors="true"{
269269 variables .lock ( function (){
270270 if ( ! variables .logListener .active ) {
271271 // Mark listener as activated
272- out ( " (#getName () #) ScheduleTask needs to be started..." );
272+ // out( "(#getName()#) ScheduleTask needs to be started..." );
273273 variables .logListener .active = true ;
274274
275275 // Create the runnable Log Listener, Start it up baby!
@@ -281,7 +281,7 @@ component accessors="true"{
281281 loadAppContext = false
282282 );
283283
284- out ( " (#getName () #) ScheduleTask started" );
284+ // out( "(#getName()#) ScheduleTask started" );
285285 }
286286 } );
287287 }
@@ -304,7 +304,7 @@ component accessors="true"{
304304 };
305305
306306 // Init Message
307- out ( " - Starting (#getName () #) log listener with max life of #queueContext .maxIdle #ms" , true );
307+ // out( "- Starting (#getName()#) log listener with max life of #queueContext.maxIdle#ms", true );
308308
309309 // Start Advice
310310 onLogListenerStart ( queueContext );
@@ -346,9 +346,8 @@ component accessors="true"{
346346 onLogListenerEnd ( queueContext );
347347
348348 // Advice
349- out (
350- " Stopping Log listener task for (#getName () #), it ran for #getTickCount () - queueContext .start #ms!"
351- );
349+ // out( "Stopping Log listener task for (#getName()#), it ran for #getTickCount() - queueContext.start#ms!" );
350+
352351 // Stop log listener
353352 variables .lock ( function (){
354353 variables .logListener .active = false ;
0 commit comments