Rename Player classes to Sandbox classes.
This commit is contained in:
parent
cb0d17104f
commit
2451472d23
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ import fr.devinsy.util.cmdexec.StreamGobbler;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class CmdExecPlayer
|
class CmdExecSandbox
|
||||||
{
|
{
|
||||||
static private final Logger logger;
|
static private final Logger logger;
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ class CmdExecPlayer
|
||||||
org.apache.log4j.BasicConfigurator.configure();
|
org.apache.log4j.BasicConfigurator.configure();
|
||||||
org.apache.log4j.Logger.getRootLogger().setLevel(org.apache.log4j.Level.INFO);
|
org.apache.log4j.Logger.getRootLogger().setLevel(org.apache.log4j.Level.INFO);
|
||||||
|
|
||||||
logger = LoggerFactory.getLogger(CmdExecPlayer.class);
|
logger = LoggerFactory.getLogger(CmdExecSandbox.class);
|
||||||
logger.info("Enter");
|
logger.info("Enter");
|
||||||
|
|
||||||
//
|
//
|
|
@ -10,7 +10,7 @@ import fr.devinsy.util.FileIterator;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class FileIteratorPlayer
|
public class FileIteratorSandbox
|
||||||
{
|
{
|
||||||
static private final Logger logger;
|
static private final Logger logger;
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ public class FileIteratorPlayer
|
||||||
org.apache.log4j.BasicConfigurator.configure();
|
org.apache.log4j.BasicConfigurator.configure();
|
||||||
org.apache.log4j.Logger.getRootLogger().setLevel(org.apache.log4j.Level.DEBUG);
|
org.apache.log4j.Logger.getRootLogger().setLevel(org.apache.log4j.Level.DEBUG);
|
||||||
|
|
||||||
logger = LoggerFactory.getLogger(CmdExecPlayer.class);
|
logger = LoggerFactory.getLogger(CmdExecSandbox.class);
|
||||||
|
|
||||||
//
|
//
|
||||||
org.apache.log4j.Logger defaultLogger = org.apache.log4j.Logger.getRootLogger();
|
org.apache.log4j.Logger defaultLogger = org.apache.log4j.Logger.getRootLogger();
|
Loading…
Reference in a new issue