Class Level

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

public class Level extends Object
Utility class defining the logging levels when using the gretl logging in a standalone environment. The mapping to the standalone logging framework does not include renaming the outputs to the gretl names. A gretl info message will be logged as fine etc.
  • Field Details

    • ERROR

      public static final Level ERROR
    • LIFECYCLE

      public static final Level LIFECYCLE
    • INFO

      public static final Level INFO
    • DEBUG

      public static final Level DEBUG