Class CluecumberLogger


  • @Singleton
    public class CluecumberLogger
    extends Object
    • Constructor Detail

      • CluecumberLogger

        @Inject
        public CluecumberLogger()
    • Method Detail

      • setLogLevel

        public void setLogLevel​(String currentLogLevel)
        Set the overall log level.
        Parameters:
        currentLogLevel - the log level that the logger should react to.
      • warn

        public void warn​(CharSequence logString)
        Warn logging. This is always displayed unless logging is off.
        Parameters:
        logString - The String to be logged.