Class OtherLogConfigurator
java.lang.Object
fr.ens.biologie.genomique.eoulsan.OtherLogConfigurator
This class allow to configure non Eoulsan log using Log4J.
- Since:
- 2.0
- Author:
- Laurent Jourdren
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconfigureLog4J(String logLevel, String logFilename) Configure Log4J.
-
Constructor Details
-
OtherLogConfigurator
public OtherLogConfigurator()
-
-
Method Details
-
configureLog4J
Configure Log4J. If no log level is provided, the INFO log level will be used.- Parameters:
logLevel- logLevel as string.logFilename- the log filename
-