Package ch.so.agi.gretl.logging
Class LogEnvironment
java.lang.Object
ch.so.agi.gretl.logging.LogEnvironment
Holds the logging factory used by steps and helper classes.
Gradle integration is activated explicitly by the plugin. Code that runs without the plugin, for example in standalone tests or future command-line wrappers, falls back to a console-oriented java.util.logging implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GretlLoggerstatic voidstatic voidstatic voidinitStandalone(Level logLevel) static voidsetLogFactory(LogFactory factory)
-
Constructor Details
-
LogEnvironment
public LogEnvironment()
-
-
Method Details
-
setLogFactory
-
initGradleIntegrated
public static void initGradleIntegrated() -
initStandalone
public static void initStandalone() -
initStandalone
-
getLogger
-