- java.lang.Object
-
- be.yildizgames.common.application.Starter
-
public class Starter extends Object
-
-
Constructor Summary
Constructors Constructor Description Starter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidstart(be.yildizgames.common.logging.LoggerConfiguration loggerConfiguration, String applicationName)Configure the logging, and display the GIT properties.
-
-
-
Method Detail
-
start
public static void start(be.yildizgames.common.logging.LoggerConfiguration loggerConfiguration, String applicationName) throws IOExceptionConfigure the logging, and display the GIT properties.- Parameters:
loggerConfiguration- Configuration for the logger.applicationName- Name of the application.- Throws:
IOException
-
-