Interface JewelCliLoggingOptions


  • public interface JewelCliLoggingOptions
    This is the interface to have your options interface extend when using JewelCliLoggingConfigurator to configure logging based on the resulting options.
    • Method Detail

      • syslog

        boolean syslog()
      • syslogHost

        String syslogHost()
      • syslogPort

        int syslogPort()
      • trace

        boolean trace()
      • debug

        boolean debug()
      • info

        boolean info()
      • warn

        boolean warn()
      • error

        boolean error()
      • logFileName

        String logFileName()