net.sourceforge.acelogger.execution
Class LogController

java.lang.Object
  extended by net.sourceforge.acelogger.execution.LogController

public final class LogController
extends Object

TODO: Create Doc.

Since:
1.0.0
Version:
1.0.0
Author:
Zardi (https://sourceforge.net/users/daniel_zardi)

Method Summary
static void ensureInitialization()
           
static Logger getInternalLogger()
           
static void submitBackgroundTask(Runnable command)
           
static void submitBackgroundTask(Runnable command, ExecutorManager executor)
           
static void submitShutdownTask(Runnable command)
           
static void submitShutdownTask(Runnable command, ExecutorManager executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

submitBackgroundTask

public static void submitBackgroundTask(Runnable command)

submitBackgroundTask

public static void submitBackgroundTask(Runnable command,
                                        ExecutorManager executor)

submitShutdownTask

public static void submitShutdownTask(Runnable command)

submitShutdownTask

public static void submitShutdownTask(Runnable command,
                                      ExecutorManager executor)

ensureInitialization

public static void ensureInitialization()

getInternalLogger

public static Logger getInternalLogger()


Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.