Class LogEnvironment

java.lang.Object
ch.so.agi.gretl.logging.LogEnvironment

public class LogEnvironment extends Object
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 Details

    • LogEnvironment

      public LogEnvironment()
  • Method Details

    • setLogFactory

      public static void setLogFactory(LogFactory factory)
    • initGradleIntegrated

      public static void initGradleIntegrated()
    • initStandalone

      public static void initStandalone()
    • initStandalone

      public static void initStandalone(Level logLevel)
    • getLogger

      public static GretlLogger getLogger(Class logSource)